News Feed
Jobs Feed
Sections



Recent Jobs

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




Community Events





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


series language conference api database podcast community interview test unittest symfony2 component development framework phpunit application custom release introduction opinion

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