✏️ 正在编辑: PosvendaPergunta.php
路径:
/srv/systems_dir/oakberry/application/forms/Filtro/PosvendaPergunta.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php class Form_Filtro_PosvendaPergunta extends Yuppie_Form_Filtro { protected $postRequired = false; public function init() { $this->dbtable = Model_Container::getPosvendaPergunta(); $this->addElement('text', 'descricao', array( 'label' => 'Descrição:', 'size' => 40 )); $this->_initButtons(); } protected function _getWhere() { $where = [ 'empresa_id = ?' => Yuppie_Auth::getIdentity()->empresa_id ]; return $where; } }
💾 保存文件
← 返回文件管理器