Warning: session_start(): open(/var/lib/php/sessions/sess_7bdbbma9b32lj8g8qrnv41ar7h, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static Cl nuLike conceptsSortedByFieldCI(Class c, S field) {
ret conceptsSortedByFieldCI(db_mainConcepts(), c, field);
}
static Cl conceptsSortedByFieldCI(Concepts concepts, Class c, S field) {
// indexed
IFieldIndex index = concepts.getCIFieldIndex(c, field);
if (index cast IConceptCounter)
ret (Cl) index.allConcepts();
// sort manually
ret sortedByFieldIC(field, concepts.list(c));
}