Skip to playerSkip to main content
  • 15 years ago
Single Table Inheritance is a terrific way of sharing functionality and database fields between Models. It encapsulates the Inheritance principle of Object Oriented Programming. If you have a model that could be one type of another model, use STI.
Be the first to comment
Add your comment

Recommended