-- Drew Bertola <[EMAIL PROTECTED]> wrote
(on Tuesday, 17 July 2007, 01:08 AM -0700):
> What's a bit strange is that in the manual, the example layout is given as:
> 
> ( http://framework.zend.com/manual/en/zend.controller.modular.html )
> 
> docroot/
>     index.php
> application/
>     default/
>         controllers/
>             IndexController.php
>             FooController.php
>     blog/
>         controllers/
>             IndexController.php
>         models/
>         views/
>     news/
>         controllers/
>             IndexController.php
>             ListController.php
>         models/
>         views/
> 
> Where are the models and views for the default module?  Do they go
> directly beneath application/ or are they just missing?

Just missing. They should be following the same pattern as the blog and
news models listed there.

I've put in a JIRA issue to fix this chapter:

    http://framework.zend.com/issues/browse/ZF-1730

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

Reply via email to