DataMapper ORM


DataMapper in Controllers

Here we can finally get to the good stuff! By now you've got your DataMapper models all setup so we can begin using our tables as objects.

I wont go into too much detail here as the Functions section of the Table of Contents contains detailed usage instructions on the Get, Save, and Delete functions, as well as others. The Relationships section also has detailed usage instructions for accessing and modifying your relationships between objects.

Before you do look at those, you might want to read through the next few sections.