Fatal error: Call to a member function getAttribute() on a non-object in C:\xampp\htdocs\giftshoes\s
- by Sadiqur Rahman
I am getting following error message when using Doctrine ORM in Codeigniter.
Please help me...
------------------Doctrin Table Defination-------------
abstract class BaseShoes extends Doctrine_Record
{
public function setTableDefinition()
{
$this-setTableName('shoes');
$this-hasColumn('sku', 'integer', 11, array('primary' =…