Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 325 Bytes

File metadata and controls

9 lines (7 loc) · 325 Bytes

entity

This is an extension of the Kohana ORM system to make use of separate objects (Entities) to represent single records returned from the ORM functions.

Further documentation to follow!

TODO

  • Add Auth/Entity.php
  • Restructure "Basic Usage" to be a category with 2 pages: setting up your first entity and CRUD