Hi, First of all I would like to thank CodeIgniter for a great framework, planning and reasearch lead me to decide to use CI an Datamapper ORM for my project.
Many post is about the CI - DataMapper ORM rises with how to generate Model From Database which in my point of view is much complicated as the application will have to know your conventions in table which would be very .... but possible maybe :D
My question is much much possible as Can DataMapper Generate Table in the Database from your define Model or is there any Datamapper extension or helper that would do this:
ex : generateTable(‘modelName’)
now i know this is possible as the plugin knows what it needs. is there any such so I would never have to code them my self.
Thanks
Nick Ace