this doesn't work in the console !
I have a simple Author -> Books with has_many relation.
When in the console I type
$a = new Author(1); $booklist = $a->book->load();
I get "Function load() doesn't exist"
If I type print_r ($a.books) I get back Array()
Where am I wrong ?
-- Simone
Simone could you open a ticket at trac.akelos.org with the commands in the order you called them?
Thanks
1 to 2 of 2