-- chowming <[email protected]> wrote (on Friday, 15 January 2010, 05:09 PM -0800): > When I tried zf enable layout it inserted in the config file: > > resources.layout.layoutPath = "APPLICATION_PATH "/layouts/scripts/"" > > That created an error.When I change it to: > > resources.layout.layoutPath = APPLICATION_PATH "/layouts/scripts/" > > It works. > > My system: > Windows 7 > PHP 5.3 > > Could be a bug or my system
Bug -- there's extra quotes being generated, evidently. Could you please add an issue to the tracker for this? Thanks! -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/ PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc
