<? /* Model file environment variables $_TMPL Template name $_ROOT Data structure $_ERROR Internal model error $_SELF Model name $_PATH URI as array */ $_ROOT = array( 'title' => 'Test', 'content' => <<<qq Some data ;) qq ); ?>