Monday, April 9, 2012

Re: Routes to catch complete querystring

I just found this:
Router::connect('/search/*', array('controller' => 'objekts', 'action' => 'search', Router::queryString($this->params['url'])));

this returns me this error: 
Notice (8): Undefined property: Dispatcher::$params [APP\Config\routes.php, line 48]
But it will create me this array.

array( 	'plugin' => null, 	'controller' => 'objects', 	'action' => 'search', 	'named' => array( 		'cat' => '1', 		'city' => '57', 		'sleeps' => '2', 		'price' => '1' 	), 	'pass' => array( 		(int) 0 => null, 		(int) 1 => 'txt1', 		(int) 2 => 'txt2', 		(int) 3 => 'sl' 	) )

I just need to understand why the error appears, then I am done :-)

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
 
 
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: