CFWheels and ORM
Posted At : Dec 14, 2009 10:28 PM
Posted By : Akbarsait
Categories:
ColdFusion
,
CFWheels
Object Relation mapping is one of the key feature in CFWheels. CFWheels makes things easier to start using ORM in your applications. The ORM configuration in CFWheels is implemented by creating a mapping between a database table and ColdFusion component in your application. To demonstrate ORM feature lets create a simple use case that list the available categories in a table with edit and delete links along a with add new category option.


