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

CodeIgniter Blog: CodeIgniter Community Voice - Generating PDF files using CodeIgniter

Chris Hartjes' Blog: How Not to Suck at PHP

Sanisoft Blog: Email component in CakePHP is now Header Injection safe

Ajax Magazine: Claw, PHP5 MVC Framework Ajaxified

Padraic Brady's Blog: Zend Framework Caching (Parts 1, 2 & 2b)


Community Events











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


development podcast conference phpunit community interview functional language series application example opinion code release testing tool framework object introduction zendframework2

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