05-22-2015, 09:42 AM
Hello all,
found an error with autoloading custom libraries, getting next error:
Fatal error: Class 'CI_Layout' not found in ...\system\core\Common.php on line 196
my class name is Layout
I explored this file, and found out it adds CI_ automatically to class name.
but if I change class name to CI_Layout, it tells me
"Non-existent class: Rb"
found an error with autoloading custom libraries, getting next error:
Fatal error: Class 'CI_Layout' not found in ...\system\core\Common.php on line 196
my class name is Layout
I explored this file, and found out it adds CI_ automatically to class name.
but if I change class name to CI_Layout, it tells me
"Non-existent class: Rb"