Hi,

  I have a project with many controllers.  I am confused as to where the
partials for a controller go, one controller is called 'foo' and my views
are:

views/scripts/foo/

  So do I put my partials used in 'foo' in:

views/scripts/foo/partials/

  and global partials in:

views/partials/

  How do I access these, at the moment I am doing:

( page.phtml )

<?= $this->partial('foo/partials/gui-element.phtml') ?>

  This seems wrong, why do I need to put 'foo/partials' in the path? Could
someone please help?

Thanks,

monk.e.boy
-- 
View this message in context: 
http://www.nabble.com/Partials-tp19291093p19291093.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to