ZF-9347: Zend_Application_Resource_View has incorrect ini sample.
Description
On http://framework.zend.com/manual/1.10/…
The issue is with: Example #18 Sample View resource configuration
Adding the resources.view.basePath ini setting to the value of specified as: APPLICATION_PATH "/views/scripts" ; at the time of writing
will set the base path to APPLICATION_PATH/views/scripts/scripts
The sample should be: resources.view.basePath = APPLICATION_PATH "/views"
Comments
Posted by Dolf Schimmel (Freeaqingme) (freak) on 2010-07-16T14:01:15.000+0000
Note that this isn't necessarily a problem assuming someone has got his viewsscripts in APPLICATION_PATH/views/scripts/scripts. Since this won't be the case however a lot, I just updated the documentation on trunk.
Thank you for reporting this issue.