Ahh, I misunderstood the OP. Sorry, I didn't know zf has a layout provider now. It's most definitely a bug.
-- Mon On Sat, Jan 16, 2010 at 10:45 AM, Mon Zafra <[email protected]> wrote: > Sounds about right. APPLICATION_PATH is a constant, so it shouldn't be > inside quotes. And I don't know how parse_ini_* handles weirdly nested > quotes like that. > > -- Mon > > > > On Sat, Jan 16, 2010 at 9:09 AM, chowming <[email protected]> wrote: > >> >> Hi, >> 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 >> -- >> View this message in context: >> http://n4.nabble.com/zend-tool-enable-layout-tp1015449p1015449.html >> Sent from the Zend Framework mailing list archive at Nabble.com. >> > >
