Tagged Questions
0
votes
0answers
131 views
CakePHP 1.3 routing with named parameters
CakePHP 1.3
I'm trying to come up with a Router::connect() that will connect the following routes to their prospective controller/actions. It's the extracting of ID from the URL and converting it to ...
0
votes
1answer
209 views
cakephp default controller/action routing with pagination breaks with named parameters
I have default routing rule set:
Router::connect('/', array('controller' => 'photos', 'action' => 'index'));
when i go to
http://url.com/photos/index/page:1/limit:10/direction:desc/
...
0
votes
2answers
180 views
CakePHP named paramaters in FireFox Causing issues
We have a cakephp app running on 2.0 and we seem to be having some encoding issues with Firefox.
The URL we are accessing is /newcms/core/users/index/conditions[User][group_id]:6 to apply a filter in ...
1
vote
3answers
1k views
CakePHP - Can you make forms submit params as named params?
So GET forms make the usual urls like
.../search/?q=apple
Can you make a form create urls like
.../search/q:apple/