Tag Archive | "view file"

CakePHP : Change view file from controller

Saturday, August 9, 2008

15 Comments

ShareWith CakePHP, the controller core automatically detects the file name of the view file which needs to be rendered from a controller action. You might want to reuse an existent view for an action or specify a different file name.

Continue reading...