Hi,

in your action or view you would user $this->setAttribute('page', $rd- 
 >getParameter('page'));
Then you can access page in the template via $t['page'];

Cheers
Benjamin Börngen-Schmidt
[email protected]



Am 10.10.2009 um 19:48 schrieb Shoan Motwani:

> Hi,
>
> I have been unable to access the parameter in the url payload to
> perform pagination. I used the following code in the template file.
>
> {use $rq}
> {call(array($rq,'getParameter'),array('page'))}
>
> What is the equivalent of $rq->getParameter('page') in ezComponent
> Template?
>
> Thanks in advance.
>
> Peace,
> Shoan.
>
>
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.agavi.org/mailman/listinfo/users


_______________________________________________
users mailing list
[email protected]
http://lists.agavi.org/mailman/listinfo/users

Reply via email to