Not really sure if this is what you are looking for, but what I do is just
set my layout path to wherever my theme is stored (which I keep in a
database entry).
Layout:
/application
/library
/public
/themes
/mytheme
/mytheme2
layout.phtml
admin-layout.phtml
Code:
Zend_Layout::startMvc( array('layoutPath' => dirname(__FILE__) .
'/themes/' . $systemConfig->theme) );
Chris
where $systemConfig->theme contains my theme name.
On Fri, Jun 19, 2009 at 3:36 PM, marcelloraffaele <
[email protected]> wrote:
>
> I would ask if someone know if exists some Template theme for MVC in Zend
> Framework. I'm using MVC and my result are very good. I prefer create all
> my
> site and don't use for example cms like joomla. But i loose a lot of time
> to
> implment my view.
>
> I hope some one can help me and i hope you can answer also in my mail:
> [email protected]
>
> Thanks
> RM
> --
> View this message in context:
> http://www.nabble.com/Template-theme-for-MVC-in-Zend-Framework-tp24117596p24117596.html
> Sent from the Zend Framework mailing list archive at Nabble.com.
>
>