Welcome Guest, Not a member yet? Register   Sign In
Make own objects
#8

[eluser]juan1904[/eluser]
Hm the autoload function doesn't seem to work for me, it looks like this now:
Code:
function __autoload($class) {
        require_once 'system/application/libraries/objects/' . $class . '.php';
    }

And I get this error message:

Fatal error: Class 'Game_serie' not found in <path to my controller here> on line 14.

This controller file extends MY_Controller aswell.


Messages In This Thread
Make own objects - by El Forum - 06-11-2009, 02:03 PM
Make own objects - by El Forum - 06-11-2009, 02:06 PM
Make own objects - by El Forum - 06-11-2009, 02:08 PM
Make own objects - by El Forum - 06-11-2009, 02:11 PM
Make own objects - by El Forum - 06-11-2009, 02:13 PM
Make own objects - by El Forum - 06-11-2009, 02:33 PM
Make own objects - by El Forum - 06-11-2009, 02:35 PM
Make own objects - by El Forum - 06-13-2009, 02:49 PM
Make own objects - by El Forum - 06-13-2009, 02:58 PM
Make own objects - by El Forum - 06-13-2009, 03:06 PM
Make own objects - by El Forum - 06-13-2009, 03:11 PM
Make own objects - by El Forum - 06-13-2009, 03:18 PM
Make own objects - by El Forum - 06-13-2009, 03:39 PM
Make own objects - by El Forum - 06-13-2009, 05:00 PM
Make own objects - by El Forum - 06-13-2009, 05:26 PM
Make own objects - by El Forum - 06-13-2009, 05:51 PM
Make own objects - by El Forum - 06-13-2009, 11:11 PM



Theme © iAndrew 2016 - Forum software by © MyBB