Tag Archive | "render"

CakePHP : Change view file from controller

Saturday, August 9, 2008

3 Comments

With 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...