예제 #1
0
파일: m_metas.php 프로젝트: nqpp/dstore
 function fetchGrouped()
 {
     $this->setSort('metas.sort');
     $this->index = 'schemaName';
     $this->dbWhereVars();
     return parent::fetchGrouped();
 }