News Feed
Jobs Feed
Sections




News Archive
Jonathan Snook's Blog:
Easier Static Pages for CakePHP 1.2
February 05, 2008 @ 08:44:00

Jonathan Snook has posted about a method he's using to make the creation/use of static pages in a CakePHP application (or website) simpler.

Traditionally in a CakePHP application, to do static pages you have two options: use the built-in Pages controller or set up an empty action in a controller.

Feeling that neither of these two options met how he wanted things to work, Jonathan (and Nate Abele) developed a class that extends the error handler in the CakePHP framework to handle "missing" actions and controllers. This means that, if an unknown controller/action combo is called, this script will check in its correct location (in the structure of the site) and try to find it to render it.

0 comments voice your opinion now!
cakephp framework static page error handle missing controller action


blog comments powered by Disqus

Similar Posts

International PHP Magazine: Poll Question: You Did Not Know That

NewsForge: Real world control from a Web page

Paul Jones' Blog: Solar Views and Layouts

Zend: Framework Subversion Access Opened

Jonathan Snook's Blog: CakePHP Debug Styles


Community Events











Don't see your event here?
Let us know!


code development opinion testing database community composer framework release functional series language unittest api interview podcast zendframework2 phpunit example introduction

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework