| | 150 | } |
| | 151 | |
| | 152 | /** |
| | 153 | * Start the buffering of the output |
| | 154 | * @todo This function is temporary just to test various options and test stuff. Decide to keep them just before the release. |
| | 155 | */ |
| | 156 | public function ob_start() |
| | 157 | { |
| | 158 | ob_start("ob_gzhandler"); |
| | 159 | } |
| | 160 | |
| | 161 | /** |
| | 162 | * Stop the buffering of the output and just send the contents |
| | 163 | * @todo This function is temporary just to test various options and test stuff. Decide to keep them just before the release. |
| | 164 | */ |
| | 165 | public function ob_flush() |
| | 166 | { |
| | 167 | ob_end_flush(); |