Maybe $paginator->url()? I think that's what you want. http://api.cakephp.org/class/paginator-helper#method-PaginatorHelperurl
On Thu, Sep 3, 2009 at 8:57 AM, Cosmin Paul<[email protected]> wrote: > > I have buttons that are a little complicated, like this : > <CODE> > foreach( arr with buttons ){ > <p id="mortgage_filter_p_<?php echo $name; ?>"> > <span class="checkbox chk_unselected" id="mortgagesSort_span_<?php > echo $name;?>"></span> > <input type="checkbox" name="morning_dep" > id="mortgagesSort_check_<?php echo $name;?>" checked="checked" > style="display:none"/> > <label><?php __(str_replace('_',' ',ucfirst($name))); ?></label> > </p> > } > > > echo $javascript->event("mortgage_filter_p_{$name}", 'click', > 'simulateRadio(' {$URL WITH PAGINATION SORTING} ')'); > </CODE > > And I need to attach the URL for sorting, haw can I get the URL for this ? > > Thanks for the time ! > c05min > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
