I'm new to Fuel CMS. Is it possible to include Datamapper ORM with FUEL CMS? I tried to include Datamapper in Fuel CMS following the documentation of Datamapper, with no luck at all.
The FUEL admin requires the models to extend the Base_module_model for them to work. Base_module_model extends a pretty powerful MY_Model, that provides a lot of the same functionality, plus some additional stuff and is what the FUEL admin area uses. The full relationship mapping is lacking, however, it does have lazy-loading of other objects, validation, hooks, custom record derived objects and mapping to foreign keys of other tables.
Comments
http://www.getfuelcms.com/user_guide/libraries/my_model
http://www.getfuelcms.com/user_guide/modules/tutorial