Why not registering a plugin that can handle theme/layout switching? both for frontend and backend as well as user/site custom theme settings...
On Wed, Mar 9, 2011 at 6:54 PM, Sergey Romanov <[email protected]> wrote: > What I did is. > > 1. Create .application.ini file in CMS root > 2. In ini file I placed all came parameters to [production] group > 3. Create [production_front : production] and [production_back : > production] with specific parameters for each zf project > 5. created [testing_front : production_front] ,.. and all other groups > including development_front/back > 4. In .htaccess changed to SetEnv APPLICATION_ENV development_front or back > in other project. > > Everything is working fine. > > I am just still not sure if it is elegant solution? > What do you think? > > ----- > Sincerely > Sergey Romanov > > -- > View this message in context: > http://zend-framework-community.634137.n4.nabble.com/2-Zend-application-in-one-application-and-one-config-INI-tp3343946p3344019.html > Sent from the Zend Framework mailing list archive at Nabble.com. >
