php - How to use output buffering ob_start in cakephp? -
I'm trying to implement caching through outside buffers. I used that approach in PHP, but Where do I place to start buffering (1). Where to put ob_start () in the controller (2) How buffer data can be viewed
Thanks in advance
(1). Where to put ob_start () in the controller
not where view class already uses output buffering.
(2) How to send buffer data
You do not do this see generate a response for you needed. You set the requisite Visual Wars from the controller, to see which feedback to generate.
Comments
Post a Comment