Home Blog Documentation Download Features Forum Users Contact

Adam   2009-02-09

Documentation » Action

a_render

Renders current page's type action template with given action (404 by default)

a_render(404)    => should render 404 error template file _.404.php
a_render('view') => should render view template for current type i.e. page.view.php
void a_render( [string|int $action = 404] )

Parameters

Last edited 2009-02-09 17:58:49

Register yourself or Login to add reply.