Welcome Guest, Not a member yet? Register   Sign In
Fatal error
#4

[eluser]Sumon[/eluser]
i thinkg, you don't forget to load assetlibpro. does it make any change?

controller
Code:
function index()
{
$this->load->model(’suggest_model’);

$data[’suggestions’] = array();
$data[’error_string’] = array();

$data[’suggestions’] = $this->suggest_model->get_SuggestionData();

$this->assetlibpro->add_css(’css/backend.css’);

$this->output->enable_profiler(FALSE);

$data['header'] = array('title'=> ‘Welcome to All Suggestions’);

$this->load->view(’suggest_view’,$data);
}

your view file suggest_view.php
Code:
$this->load->view(’header_view’,$header);

//here is suggest_view body
$this->load->view(’footer_view’);


Messages In This Thread
Fatal error - by El Forum - 09-08-2008, 01:00 AM
Fatal error - by El Forum - 09-08-2008, 01:32 AM
Fatal error - by El Forum - 09-08-2008, 04:38 AM
Fatal error - by El Forum - 09-08-2008, 03:08 PM
Fatal error - by El Forum - 09-25-2008, 01:37 PM
Fatal error - by El Forum - 09-25-2008, 01:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB