Storing dynamically generated fields
Storing dynamically generated fields
Out of context: Reply #7
- Started
- Last post
- 8 Responses
- acescence0
also, this thing makes development super easy for simple data needs. you create your objects and set up their relationships, it does parent/child and many-to-many relations. the generated code handles all of the SQL and you use simple new, save, and get methods, etc..