Jun 21 2010
Setting Cakephp scaffold layout
I don’t know why but it seems that cakephp does not uses the same layout logic for the scaffold view as for the rest of the pages. If you have the same problem, you can set the layout from the controller like this:
<?php class MyController extends AppController { var $scaffold; var $layout = 'mylayout'; } ?>


Default
Small Fonts
Big Fonts
Leave a Reply