Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Jonathan Snook's Blog:
Elemental: Conditional Content with CakePHP
Jun 25, 2007 @ 17:35:00

In the new blog entry, Jonathan Snook shows how to implement "conditional content" on your CakePHP application.

I finally got around to implementing conditional content here on Snook.ca. I've wanted to do this since I moved to the new design just over a month and a half ago. [...] With a little bit of late night development and some quick help from Larry (aka PhpNut, the lead developer of CakePHP), I've developed what I have dubbed "Elemental".

In his example he shows the two parts making up the functionality - the controller with new methods (in app_controller.php) and a new helper called "Elemental". Using the methods enableElement and disableElement you can turn off and on different chunks of code that are stored in an element array.

tagged: cakephp framework elemental conditional content tutorial cakephp framework elemental conditional content tutorial

Link:


Trending Topics: