-1
I created the home.ctp
in the briefcase /Views/Page/
, and it is working, I also created the home method, however, when accessing /pages/home/
, the only method accessed is the display, someone can tell why?
-1
I created the home.ctp
in the briefcase /Views/Page/
, and it is working, I also created the home method, however, when accessing /pages/home/
, the only method accessed is the display, someone can tell why?
0
What was occurring and that in the Routes configuration file was forcing any call to the Pages controller to call the dispay action and pass the page name as parameter.
Browser other questions tagged php cakephp-2
You are not signed in. Login or sign up in order to post.