Hi,

I still have another problem with the pagination control view script. In
my /module/User/view/user/admin/index.phtml I use this code:

<?php echo $this->paginationControl($this->userlist, 'Sliding',
'pagination/sliding', array('route' => 'user/page')); ?>

The pagination control view script lies in the file
/module/Application/view/pagination/sliding.phtml and is referenced in
my module.config.php like this:

'view_manager' => array(
    'template_map' => array(
        'pagination/sliding' => __DIR__ .
'/../view/pagination/sliding.phtml',
    ),
),

When I run the application I get an "Unable to render template" error.

Where should the pagination control view script be placed and how can I
configure it correctly?

Regards,

Ralf

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to