示例#1
0
 /**
  * Configura o schema do model corrente
  *
  * @return 	void
  */
 public function setSchema()
 {
     parent::setSchema();
     $this->esquema['menu']['input']['options'] = $this->getOptionsMenu();
     $this->esquema['menu']['input']['empty'] = '-- Menu --';
 }
示例#2
0
 /**
  * Configura o schema do model corrente
  *
  * @return 	void
  */
 public function setSchema()
 {
     parent::setSchema();
     $this->esquema['uf']['input']['options'] = $this->getListaEstadosUf();
     $this->esquema['desc_estd']['input']['options'] = $this->getListaEstadosDescricao();
 }