PagesController CakePHP executes only the action display

-1

I created home.ctp in the /Views/Page/ folder, and it is working, I also created the home method, however, when I access /pages/home/ , the only method accessed is the display, does anyone know why?

    
asked by anonymous 03.04.2014 / 04:54

1 answer

0

What was happening and that in the Routes configuration file was forcing any call to controller pages to call the action dispay and pass the page name as a parameter.

    
24.04.2014 / 16:13