Esempio n. 1
0
 function fetchGrouped()
 {
     $this->setSort('metas.sort');
     $this->index = 'schemaName';
     $this->dbWhereVars();
     return parent::fetchGrouped();
 }