Okay, I figured out how to do this. My link looks like this:
$html->link('New Item', '/Items/new?page=whatever');

And inside my controller I use this:
$this->params['url']['page'];

The key was to use $this->params which contains all kinds of good
stuff. However, I ended up taking a slightly different approach for my
site, after going over everything.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to