Hi,
I was following the basic tutorial for CakePHP 1.3 with my CakePHP
2.0-dev install (not sure if it is 2.0 specific).
I noticed that when calling the homepage / it servers me the display.ctp
view.
In the routes config however there is:
Router::connect('/', array('controller' => 'pages', 'action' =>
'display', 'home'));
/**
* ...and connect the rest of 'Pages' controller's urls.
*/
Router::connect('/pages/*', array('controller' => 'pages', 'action'
=> 'display'));
Did I forget something here? Should I maybe assign the view in the
controller?
--
Roderik
--
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
[email protected] For more options, visit this group at
http://groups.google.com/group/cake-php