-- mike55 <[EMAIL PROTECTED]> wrote
(on Saturday, 26 January 2008, 06:51 PM -0800):
> thanx for the work on 1.5!
> 
> slight problem i have: all camel-cased view scripts throw execptions:
> Fatal error: Uncaught exception 'Zend_View_Exception' with message 'script
> 'user/list-data.phtml' not found in path.
> 
> the view script is called "listData.ptml" - worked in 1.0.3. 
> changing it to list-data.ptml makes it work in 1.5

Not sure how that would have worked in 1.0.3, as the logic in the
ViewRenderer for this has remained the same between versions. 

The naming conventions for view scripts follow the same conventions as
for the URLs -- CamelCaseNames become lowercase and dash-separated:
camel-case-names.

-- 
Matthew Weier O'Phinney
PHP Developer            | [EMAIL PROTECTED]
Zend - The PHP Company   | http://www.zend.com/

Reply via email to