ONO::Render::Simple

ONO::Render::Simple is an alternative to ONO::Render, used by some internal modules and functions.

We do NOT recommend using this module in your own project scripts.

Functions

render();

Similar to ONO::Render's render() function.

ONO::Render::Simple->render( $WEB, $BODY );

render_base();

Returns the document root base, which can be an alternative to ONO::IO's base() function. Used by some internal modules and functions.

ONO::Render::Simple->render_base( );

render_pre();

Similar to ONO::Render's render_pre() function.

ONO::Render::Simple->render_pre( $COOKIE, $META );

render_simple();

Quick and simple way to close render_pre(). Note that this is NOT meant as an alternative to ONO::Render's render_simple() function.

ONO::Render::Simple->render_simple( );

Sub-Modules

none

Dependencies