News Feed
Jobs Feed
Sections




News Archive
Arnold Daniels' Blog:
How I PHP The Output Handler - Continued
December 07, 2007 @ 09:32:00

Continuing on from his previous post on output handling, Arnold Daniels shows how to build on the previous setup and add the ability to include dynamic data into the template.

For instance, it would be nice if the data in the left column, 'Beauty Tips', could be different for each page. There are several ways to solve this, but for know I will choose the simplest.

He takes a few steps to make adding the content simple:

  • Adding markers for the title and left menu to the template
  • Change the OutputHandler class to make it less static
  • use setData() to title the page
  • user setData() to add left column content
  • Use mark() and endmark() to section off a part of the template.

He's provided a demo and made the source code available for download.

1 comment voice your opinion now!
output handler dynamic content title menu output handler dynamic content title menu


blog comments powered by Disqus

Similar Posts

Chris Hartjes' Blog: Tutorial: Integrating PHP/SWF Charts with CakePHP

Arnold Daniels' Blog: How I PHP: The Output Handler - Continued

ThinkPHP Blog: Creating press-ready PDF documents on the fly including individual barcodes

DevShed: Generating Outputs from MySQL with Static Members and Methods in PHP 5

Richard Thomas' Blog: Solar Framework Shorts - Controlling form layout


Community Events











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


testing community development framework interview series usergroup phpunit database release functional zendframework2 rest conference opinion example symfony2 language introduction podcast

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