Codeigniter Model Versions Save

CodeIgniter 3 Active Record (ORM) Standard Model with Laravel Eloquent & Yii2 AR like

2.19.2

4 years ago
  • Support modelName with path for relationship (429121)

2.19.1

4 years ago
  • Optimize comments (17f5af)

  • Fixed compatibility with PHP 5.5.9 (f7ffc5)

2.19.0

4 years ago
  • PropertyCheck mechanism (bb4e46)
  • OffsetGet synchronization (4a29e1)

2.18.1

4 years ago
  • Add name parameter for getLastInsertID() (711e8f)
  • Fix NULL valued model variable bug (3eb39b)

2.18.0

5 years ago
  • Fix static find instance (8cb3a1)

2.17.1

5 years ago
  • Fix reset write properties process (cb3d49)

2.17.0

5 years ago
  • Add magic methods for properties (2c45b7)
  • update readProperties after modifying existing record (28a306)

2.16.6

5 years ago
  • Fix no data return for validation (030171)

2.16.5

5 years ago
  • Add limit/offset for findAll() (559fee)
  • Add with associated array when using Find with conditions (6ba2f9)