Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为我的应用程序使用 zend 框架,我已经创建了所有控制器和 phtml 文件。现在我需要保留一个登录页面。如何在不显示 default.phtml 内容的情况下创建登录页面。
有人请帮帮我..
而不是禁用布局,您可能希望让登录操作使用不同的布局。在您的控制器中:
$this->getHelper('layout')->setLayout('login');