You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DMZ is an Extension to DataMapper that enhances the core functions to provide more usability.
DMZ offers these features and more over the original DataMapper:
- In-table foreign keys
- Multiple Relationships to the Same Model
- Better Self References
- Add Fields from a Related Model into One Query
- Update, View, and Query Extra Columns on Join Tables
- The ability to generate and use subqueries
- A shareable extension mechanism: Category:DMZ Extensions
DMZ has updated documentation based on the original DataMapper docs.