$this->output = View::factory('home');
$this->output = View::factory('home')->render();
$this->output = View::factory('index',$data);, i will get
#3 ErrorException [ Notice ]: Undefined variable: content APPPATH/views/template.php
<?php echo $content;
$this->content = View::factory('index',$data);
It looks like you're new here. If you want to get involved, click one of these buttons!