openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

README.md (198B)


      1 # Model
      2 
      3 These model classes are 'active records', means that every object is displaying a row in the database.
      4 
      5 See the [Active record pattern](https://en.wikipedia.org/wiki/Active_record_pattern).