this file structure

>
> in the same place as the view script?
> =======
> views
>   scripts
>      index
>         index.phtml
>         mypagintor.phtml
> ========
> using this I got file not found error.
>

and this modification solved the problem

===================================
   <div id="pgcontrol">
       <?= $this->paginationControl($this->mypaginator,
                            'Sliding',
                            'index/mypaginator.phtml'); ?>
   </div>
==================================

However, i cannot navigate to other results through paginator? If I
click next, my url get changed to 'http://myweb/index/index/page/2'
but same first page is shown?

What am I doing wrong?

Thanks
-- 
=======================
Registered Linux User #460714
Currently Using Fedora 8, 10
=======================

Reply via email to