|
I got the above error and i am using php5.
The following is the code that have error:
<?php
$data['hide_menu'] = true;
$data['scripts'] = array('prototype', 'scriptaculous', 'validation', 'control.modal', 'scripts');
$this->load->view('include/header', $data);
?>
Can anyone help? Thanks.
Regards,
Yin
|