Welcome Guest, Not a member yet? Register   Sign In
Codeigniter Hooks
#1

[eluser]nuclearmaker[/eluser]
error
Quote:Fatal error: Class 'CI_Controller' not found in C:\Program Files\EasyPHP-5.3.8.0\www\codeigniter\system\core\CodeIgniter.php on line 245



Code:
$hook['pre_system'][] = array(
  'class'  => '',
  'function' => 'error_handling',
  'filename' => 'PHPError.php',
  'filepath' => 'hooks'
);

Code:
<?php
function error_handling()
{
$CI =& get_instance();
$CI->config->item('base_url');
}

any idea guys?


Messages In This Thread
Codeigniter Hooks - by El Forum - 09-28-2011, 11:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB