作业帮 > 综合 > 作业

PHP中,这句话$this->_helper->layout()->disableLayout()是什么意思?

来源:学生作业帮 编辑:搜搜考试网作业帮 分类:综合作业 时间:2024/07/18 22:26:42
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()是什么意思?
好像是 zend framework的
再问: 是的zendstudio,还请多多指点!
再答: $this->_helper->layout()->disableLayout();// 不要layout $form = new App_Form_Logon(); // 调用zf form $this->view->form = $form; if ($this->getRequest()->isPost())// 判断是否有post 更多的 你看帮助文档吧 http://framework.zend.com/manual/en/