As you can see on the screenshot, when commented, i can properly see my quiz details
http://img94.imageshack.us/img94/6412/01bc.png When I set the $foreign_keys property, suddenly he can't find the categories model, but as you can see in the tree of my files on the left, the file is there...
Because it exists in a module folder, the value for the foreign key needs to be an array with the key being the name of the folder. For example, something like this: public $foreign_keys = array('category_id' => array('quiz' => 'quiz_categories_model'));
Comments
public $foreign_keys = array('category_id' => array('quiz' => 'quiz_categories_model'));
Here is another thread that mentions this as well:
http://www.getfuelcms.com/forums/discussion/28/need-help-for-unable-to-found-model/#Item_21