why did I add value in 'title' => 'User' 
public function index () 
     {
         $ this-> print ((object) array ('output' => '', 'js_files' => array (), 'css_files' => array (), 'title' => 'User')); 
     } 
in view Undefined variable: title ?
how do I add array data so that identified in view ?
thanks
