Qcodo Examples QPM Package - 0.4.22 Main Page |
1. Basic CodeGen - An introduction to the Qcodo Code Generator
- (About Sections 1 - 3)
- About the Database
- * Object Relational Model
- * Loading Objects
- * Saving and Deleting
- * Relationships (Foreign Keys)
- * Reverse Relationships (One-to-One and One-to-Many)
- * Many-to-Many Relationships
- Defining Relationships without Foreign Keys
- Explanation of Qcodo's Primary Key Requirement
2. More About the Object Relational Model - Looking more in depth at the functionality of the generated ORM
- * Sorting and Limiting Array Results
- * Late Binding of Related Objects
- * Early Binding of Related Objects
- * Virtual Attributes
- * Type Tables
- * Customized Business Logic
- * Customized Load Methods
- * Optimistic Locking
3. Querying in Qcodo - Ad Hoc Queries, Custom Load Methods, and Qcodo Query