Hi Brian,
thanks for your reply.
I have tested it yesterday evening. With the information from [paging]
I can control the paging.
Regards Uwe
On 7 Okt., 19:53, brian wrote:
> In the view with the paging, do debug($this->params['paging']). The
> page number should be in $this->params['paging'][
In the view with the paging, do debug($this->params['paging']). The
page number should be in $this->params['paging']['ModelName']['page'].
You could pass that to the 2nd controller, which would use it to get
you back where you came from.
On Wed, Oct 7, 2009 at 7:29 AM, Obelix wrote:
>
> Hallo,
>
Hallo,
i have a Problem with pagination. In my Example i have 2 Controllers
defined (CmsFolders / CmsContens). In each Controller i have a Action
with the name index. This Action and the View display all Data from
the Database. The normal work is, to jump from one View to the other
View and back.