示例#1
0
 protected function _buildQueryGroup(KDatabaseQuery $query)
 {
     $query->group('tbl.' . $this->getTable()->getIdentityColumn());
     parent::_buildQueryGroup($query);
 }