Hey,

this manual article should answer your question about why you don't
get any output:
http://zendframework.com/manual/en/zend.view.migration.html

To use your multi-module pagination style, I'd suggest you use the
solution Vadim posted instead.

Best regards,
Tobias

2009/5/28 monk.e.boy <john.glazebr...@guava.com>:
>
> Hey,
>
>  In my views I use a common pagination style across all my modules like
> this:
>
> <?= $this->paginationControl($this->paginator, 'Sliding',
> '../../../views/scripts/partials/pagination.phtml'); ?>
>
> Changing it to this:
>
> /var/www/ZF-apps/views/scripts/partials/pagination.phtml
>
> does not work - I get a not found in path error. How do I make this change?
> How do you guys share a single pagination.phtml across all modules?
>
> Thanks!!
>
> monk.e.boy
> --
> View this message in context: 
> http://www.nabble.com/ZF-1.8.2-no-more-..-..-..--in-my-views%21-tp23764251p23764251.html
> Sent from the Zend Framework mailing list archive at Nabble.com.
>
>

Reply via email to