I sure hope default module layouts and a setConfig() feature are added to
zend_layout :(
<config>
<production>
<!-- Layout view path -->
<path>../application/layouts</path>
<!-- View script suffix -->
<file_suffix>phtml</file_suffix>
<!-- Default layout name -->
<default>default</default>
<!-- Configure layout requests -->
<layouts>
<!-- default.phtml -->
<default>
<requests>
<!-- <?php echo $this->menu; ?> -->
<menu>
<module>default</module>
<controller>layout</controller>
<action>menu</action>
<!-- Request params array -->
<params>
<menu_type>full</menu_type>
</params>
</menu>
</requests>
</default>
</layouts>
<!-- Default module layouts -->
<modules>
<admin>
<name>admin</name>
<!-- Requests overrides? -->
<requests></requests>
</admin>
<!-- Blog module uses blog.phtml -->
<blog>blog</blog>
</modules>
</production>
<staging extends="production">
</staging>
</config>
Matthew Weier O'Phinney-3 wrote:
>
> -- Kamil <[EMAIL PROTECTED]> wrote
> (on Friday, 17 August 2007, 03:25 PM +0200):
>> What is the status of
>> <http://framework.zend.com/wiki/display/ZFPROP/Zend_Layout>Zend_Layout
>> or Zend_View Enhanced . Before version 1.0 there was big discussion
>> about it ,so
>> is layout management will be in version 1.1 ?
>
> I'm currently in the process of reviewing Zend_Layout and
> Zend_View_Enhanced. At this point, it looks like most of
> Zend_View_Enhanced will be accepted with minor changes and minus the
> layout support and Zend_View changes it suggests. I am also actively
> working with Ralph and Padraic to finalize the Zend_Layout proposal and
> scope. Both will be available for 1.1.0.
>
> --
> Matthew Weier O'Phinney
> PHP Developer | [EMAIL PROTECTED]
> Zend - The PHP Company | http://www.zend.com/
>
>
--
View this message in context:
http://www.nabble.com/Zend_Layout-Status---tf4285662s16154.html#a12211014
Sent from the Zend Framework mailing list archive at Nabble.com.