How Tos
From PHP on Trax
Contents |
Getting Started
- How do I install/upgrade Trax? - view screencast
- How do I create a Trax application?
- How do I create a method_missing equivalent?
Active Record
- What are table associations?
- What parameters can table associations take?
- How do I use table associations?
- How do I add/update/delete records?
- How do I model a tree/hierarchy?
- How to use attributes in many-to-many (habtm) associations?
- How do I make alias / aggregate attributes? (composed_of)
- How do I validate model attributes?
