Subject: my CRUD ( create) works, but also returns an error
Well i see this error:
["model":"ActiveRecord\Errors":private]=> NULL ["errors":"ActiveRecord\Errors":private]=> NULL
when i do a var_dump($books);
I guess its an error with the model, saying, it does not like my model : $cfg->set_model_directory('.'); //i did not create a model/Book.php nor a Book.php file...
just a guess, if im wrong let me know.. thanks!
June 27 2010
August 26, 2013
Subject: my CRUD ( create) works, but also returns an error
Well i see this error:
when i do a var_dump($books);
I guess its an error with the model, saying, it does not like my model :
$cfg->set_model_directory('.'); //i did not create a model/Book.php nor a Book.php file...
just a guess, if im wrong let me know.. thanks!