PHP中,这句话$this->_helper->layout()->disableLayout()是什么意思?$this->_helper->layout()->disableLayout();//$this->_helper->layout()->setLayout("loginlayout");$form = new App_Form_Logon();$this->view->form = $form;if ($this->getRequest()->is
来源:学生作业帮助网 编辑:六六作业网 时间:2024/12/20 05:33:16
PHP中,这句话$this->_helper->layout()->disableLayout()是什么意思?$this->_helper->layout()->disableLayout();//$this->_helper->layout()->setLayout("loginlayout");$form = new App_Form_Logon();$this->view->form = $form;if ($this->getRequest()->is
PHP中,这句话$this->_helper->layout()->disableLayout()是什么意思?
$this->_helper->layout()->disableLayout();
//$this->_helper->layout()->setLayout("loginlayout");
$form = new App_Form_Logon();
$this->view->form = $form;
if ($this->getRequest()->isPost())
PHP中,这句话$this->_helper->layout()->disableLayout()是什么意思?$this->_helper->layout()->disableLayout();//$this->_helper->layout()->setLayout("loginlayout");$form = new App_Form_Logon();$this->view->form = $form;if ($this->getRequest()->is
好像是 zend framework的