Beispiel #1
0
 protected function inputName()
 {
     return Portabilis_String_Utils::underscore($this->helperName());
 }
 protected function defaultSearchOptions()
 {
     $resourceName = Portabilis_String_Utils::underscore($this->getDispatcher()->getActionName());
     return array('namespace' => 'pmieducar', 'table' => $resourceName, 'idAttr' => "cod_{$resourceName}", 'labelAttr' => 'nome', 'selectFields' => array(), 'sqlParams' => array());
 }