Skip to content

Releases: yidas/codeigniter-model

2.19.3

Choose a tag to compare

@yidas yidas released this 29 Aug 11:03

2.19.2

Choose a tag to compare

@yidas yidas released this 25 Feb 02:43
  • Support modelName with path for relationship (429121)

2.19.1

Choose a tag to compare

@yidas yidas released this 03 Nov 09:27
  • Optimize comments (17f5af)

  • Fixed compatibility with PHP 5.5.9 (f7ffc5)

2.19.0

Choose a tag to compare

@yidas yidas released this 25 Jul 11:09
  • PropertyCheck mechanism (bb4e46)
  • OffsetGet synchronization (4a29e1)

2.18.1

Choose a tag to compare

@yidas yidas released this 10 Jun 09:54
  • Add name parameter for getLastInsertID() (711e8f)
  • Fix NULL valued model variable bug (3eb39b)

2.18.0

Choose a tag to compare

@yidas yidas released this 27 Apr 05:15
  • Fix static find instance (8cb3a1)

2.17.1

Choose a tag to compare

@yidas yidas released this 19 Apr 06:05
  • Fix reset write properties process (cb3d49)

2.17.0

Choose a tag to compare

@yidas yidas released this 19 Apr 06:04
  • Add magic methods for properties (2c45b7)
  • update readProperties after modifying existing record (28a306)

2.16.6

Choose a tag to compare

@yidas yidas released this 08 Apr 05:29
  • Fix no data return for validation (030171)

2.16.5

Choose a tag to compare

@yidas yidas released this 27 Mar 10:29
  • Add limit/offset for findAll() (559fee)
  • Add with associated array when using Find with conditions (6ba2f9)