• <small id='FcL8Y'></small><noframes id='FcL8Y'>

  • <legend id='FcL8Y'><style id='FcL8Y'><dir id='FcL8Y'><q id='FcL8Y'></q></dir></style></legend>

      <i id='FcL8Y'><tr id='FcL8Y'><dt id='FcL8Y'><q id='FcL8Y'><span id='FcL8Y'><b id='FcL8Y'><form id='FcL8Y'><ins id='FcL8Y'></ins><ul id='FcL8Y'></ul><sub id='FcL8Y'></sub></form><legend id='FcL8Y'></legend><bdo id='FcL8Y'><pre id='FcL8Y'><center id='FcL8Y'></center></pre></bdo></b><th id='FcL8Y'></th></span></q></dt></tr></i><div id='FcL8Y'><tfoot id='FcL8Y'></tfoot><dl id='FcL8Y'><fieldset id='FcL8Y'></fieldset></dl></div>
      <tfoot id='FcL8Y'></tfoot>
        • <bdo id='FcL8Y'></bdo><ul id='FcL8Y'></ul>

      1. 在 Zend Framework 2.0 的控制器中更改布局

        Change layout in the controller of Zend Framework 2.0(在 Zend Framework 2.0 的控制器中更改布局)
        <tfoot id='0qYR0'></tfoot>
      2. <legend id='0qYR0'><style id='0qYR0'><dir id='0qYR0'><q id='0qYR0'></q></dir></style></legend>

        <small id='0qYR0'></small><noframes id='0qYR0'>

          <tbody id='0qYR0'></tbody>

              <i id='0qYR0'><tr id='0qYR0'><dt id='0qYR0'><q id='0qYR0'><span id='0qYR0'><b id='0qYR0'><form id='0qYR0'><ins id='0qYR0'></ins><ul id='0qYR0'></ul><sub id='0qYR0'></sub></form><legend id='0qYR0'></legend><bdo id='0qYR0'><pre id='0qYR0'><center id='0qYR0'></center></pre></bdo></b><th id='0qYR0'></th></span></q></dt></tr></i><div id='0qYR0'><tfoot id='0qYR0'></tfoot><dl id='0qYR0'><fieldset id='0qYR0'></fieldset></dl></div>
              • <bdo id='0qYR0'></bdo><ul id='0qYR0'></ul>

                  本文介绍了在 Zend Framework 2.0 的控制器中更改布局的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在学习 ZF2.0 测试版.在 ZF1 中,我们可以在控制器中动态更改布局:

                  I am learning ZF2.0 beta. In ZF1 we can change layout on the fly in controller:

                  Zend_Layout::getMvcInstance()->setLayout('layoutname');
                  

                  但在 ZF2.0 ZendLayout 类中没有方法 getMvcInstance().我认为可以使用依赖注入来实现,但不确定.

                  But in ZF2.0 ZendLayout class doesn't has method getMvcInstance(). I think that it can be made using dependency injections but not sure.

                  推荐答案

                  ZF2 正在大量开发中,不能保证现在的工作方式,当 ZF2 达到稳定状态时会是它的工作方式.

                  The ZF2 is heavily under development and no guarantee can be made the way it works now, will be the way it works when ZF2 reaches a stable state.

                  >

                  但是,来自 ZendMvc 的新视图层最近已合并,因此您现在应该能够执行此操作(使用当前主控):

                  However, the new view layer from ZendMvc is recently merged so you should be able to do this now (with current master):

                  public function somethingAction () 
                  {
                      // Do some intelligent work
                  
                      $this->layout('layout/different');
                  }
                  

                  这篇关于在 Zend Framework 2.0 的控制器中更改布局的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Zend_Controller_Router_Exception: quot;xyzquot; is not specified(Zend_Controller_Router_Exception:“xyz;未指定)
                  Zend_Db_Table subquery(Zend_Db_Table 子查询)
                  pcntl_fork and the MySQL connection is gone(pcntl_fork 和 MySQL 连接消失了)
                  Zend Mail Gmail SMTP(Zend 邮件 Gmail SMTP)
                  Zend_Form: how to check 2 fields are identical(Zend_Form:如何检查 2 个字段是否相同)
                  How do I encode a PHP array to a JSON array, not object?(如何将 PHP 数组编码为 JSON 数组,而不是对象?)
                  <i id='arxsH'><tr id='arxsH'><dt id='arxsH'><q id='arxsH'><span id='arxsH'><b id='arxsH'><form id='arxsH'><ins id='arxsH'></ins><ul id='arxsH'></ul><sub id='arxsH'></sub></form><legend id='arxsH'></legend><bdo id='arxsH'><pre id='arxsH'><center id='arxsH'></center></pre></bdo></b><th id='arxsH'></th></span></q></dt></tr></i><div id='arxsH'><tfoot id='arxsH'></tfoot><dl id='arxsH'><fieldset id='arxsH'></fieldset></dl></div>

                  <legend id='arxsH'><style id='arxsH'><dir id='arxsH'><q id='arxsH'></q></dir></style></legend>
                    <tbody id='arxsH'></tbody>

                          • <bdo id='arxsH'></bdo><ul id='arxsH'></ul>

                            <tfoot id='arxsH'></tfoot>
                          • <small id='arxsH'></small><noframes id='arxsH'>