Skip to content

Releases: SonyPradana/php-library

Realeas version 0.2.1

11 Dec 11:35
Compare
Choose a tag to compare

[0.2.1] - 2021-12-11

Added

  • Add collection::class method split, chunk, only, except and flatten

Realeas version 0.2.0

09 Dec 15:53
Compare
Choose a tag to compare

[0.2.0] - 2021-12-09

Added

  • Add Parameter pool (ConstPool, PropertyPool and MethodPool) in method Generate->consts(); Generate->propertys(); Generate->Methods()
  • Add feature command name (get option directly from object name) Command:class
  • Add MyQuery->whereExits() and MyQuery->whereNotExits()
  • Add MyModel->join() join method
  • Add MyCRUD RESISTANT to prevent changes from some table column
  • Add MyCRUD hasOne and hasMany
  • Add MyCRUD magic method __get and __set
  • MyQuery query quality, remove extra white space

Changed

  • MyQuery use ConditionTrait instead of ConditionInterface
  • MyQuery join method using AbstractJoin parameter instead of Join
  • Refactory MyCRUD
  • MyCRUD use MyQuery for database connection
  • MyCRUD change property ID to PRIMERY_KEY and IDENTIFER

Realeas version 0.1.3

07 Nov 13:59
Compare
Choose a tag to compare

[0.1.3] - 2021-11-07

Added

  • Add feature to generate::class class, property, const and method as string
  • Add feature to collact array Collection::class and CollectionImmutable::class

Removed

  • Remove Router::view

Realeas version 0.1.2

14 Sep 20:14
Compare
Choose a tag to compare

Path Update 0.1.2

Realeas version 0.1

14 Sep 12:43
Compare
Choose a tag to compare

Realeas version 0.1

alpha test

12 Jul 16:41
Compare
Choose a tag to compare

alpha test 01