Method: content::start
Starts the output buffer
Info
Syntax
content::start()
Example
content::start();
echo 'some content';
content::end();
Starts the output buffer
content::start()
content::start();
echo 'some content';
content::end();