PHP Classes

Output Buffering handler: Manage multiple handlers to filter the page output

Recommend this page to a friend!
  Info   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 47%Total: 620 This week: 1All time: 5,082 This week: 560Up
Version License PHP version Categories
obh 1.0GNU General Publi...5.0PHP 5, Text processing
Description 

Author

This class can be used to manage multiple filters that can filter the output of the current script.

It enables the script output buffering in such way that the output will be filtered by handler code managed by the class.

The class can add multiple handlers that will process the output one after another.

The handler code is treated as PHP code template that is executed to process the output and return the filtered output.

Innovation Award
PHP Programming Innovation award nominee
January 2008
Number 4


Prize: One book of choice by O'Reilly
PHP is able to capture the output of the scripts and pass it to user-defined callback functions for additional processing.

This allows PHP applications to filter the scripts output in some useful way like, cleaning up redundant data, compressing the output, etc..

However, if you want to apply more than one type of processing, you need to define multiple callback functions and add them with the PHP output buffering functions.

This class can simplify that process by letting applications define simple code lines that are called to process the PHP output without having to setup multiple callback functions.

Manuel Lemos
Picture of Jon Gjengset
Name: Jon Gjengset is available for providing paid consulting. Contact Jon Gjengset .
Classes: 10 packages by
Country: Norway Norway
Age: 34
All time rank: 2291 in Norway Norway
Week rank: 411 Down2 in Norway Norway Down
Innovation award
Innovation award
Nominee: 3x

  Files folder image Files  
File Role Description
Plain text file OBH.class.php Class Class file
Accessible without login Plain text file OBH.example.php Example Example on how to use the OBH class

 Version Control Reuses Unique User Downloads Download Rankings  
 0%1
Total:620
This week:1
All time:5,082
This week:560Up
 User Ratings  
 
 All time
Utility:70%StarStarStarStar
Consistency:65%StarStarStarStar
Documentation:-
Examples:55%StarStarStar
Tests:-
Videos:-
Overall:47%StarStarStar
Rank:3063