Welcome Guest, Not a member yet? Register   Sign In
Codeigniter + Doctrine = Message: Undefined property: CI_Loader::$table
#2

[eluser]canicasio[/eluser]
I think you have to load the table class.

Go to system/application/config/autoload.php

Set table at $autoload['libraries'] = array();

Like this: $autoload['libraries'] = array('table');


Messages In This Thread
Codeigniter + Doctrine = Message: Undefined property: CI_Loader::$table - by El Forum - 05-12-2010, 12:29 PM



Theme © iAndrew 2016 - Forum software by © MyBB