News Feed
Jobs Feed
Sections




News Archive
Arnold Daniels' Blog:
How I PHP The Output Handler
November 16, 2007 @ 11:17:00

Arnold Daniels has a quick little tutorial posted to his blog about using the output handler in PHP (one of what he considers a technique that's "missing out" from normal PHP use). His example involves buffering the common page parts - like a template.

A website usually has a part which is common across all pages, containing the HTML header, the menu and those kinds of things. This is often solved in one of four ways. [...] All of these methods work, however there is a better way to solve this. You guessed it, by using an output handler.

He links to an example he's created and includes the code for his OutputHandler class to make controlling the content easier.

0 comments voice your opinion now!
output buffering handler tutorial template output buffering handler tutorial template


blog comments powered by Disqus

Similar Posts

Sebastian Bergmann: Using PHPUnit from a PHP Archive (PHAR)

DevShed: Using Closures as View Helpers

Bence Eros' Blog: Creating an interactive debugger for PHP

Smashing Magazine: Keeping Web Users Safe By Sanitizing Input Data

Invoke Media Blog: Zend Framework and Rapid Application Development with PHP


Community Events











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


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

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