i'm having the same problem too now and also get the same error like rsilvestre:
Fatal error: Class 'CI_Model' not found in /Users/..../core/MY_Model.php on line 35
does anyone know what i'm doing wrong?
thanks! i tried that before.
The problem is that the id of the author doesn't exist yet but you have to save and assign books to authors before the author is created.
so i wrote a module "books_to_authors" which just assigns books to authors. it'l…
thanks a lot for your help!
i have another question. now since i'm able to add and edit another module within another module, how can i display them in the form?
what i need is a sort of box/list which displays all added models.
example:
$fields…
is it possible to pass the id of the module to the other module (foreign key)?
in other words i want to create various books with the foreign key author_id within the author model.
still don't get the connection!
cheers!