예제 #1
0
 protected function _init($mainTable, $idFieldName)
 {
     parent::_init($mainTable, $idFieldName);
     $this->_entityName = $mainTable;
 }