Releases: SonyPradana/php-library
Releases · SonyPradana/php-library
Realeas version 0.2.1
[0.2.1] - 2021-12-11
Added
- Add
collection::class
methodsplit
,chunk
,only
,except
andflatten
Realeas version 0.2.0
[0.2.0] - 2021-12-09
Added
- Add Parameter pool (
ConstPool
,PropertyPool
andMethodPool
) in methodGenerate->consts(); Generate->propertys(); Generate->Methods()
- Add feature command name (get option directly from object name)
Command:class
- Add
MyQuery->whereExits()
andMyQuery->whereNotExits()
- Add
MyModel->join()
join method - Add MyCRUD
RESISTANT
to prevent changes from some table column - Add MyCRUD
hasOne
andhasMany
- Add MyCRUD magic method
__get
and__set
MyQuery
query quality, remove extra white space
Changed
- MyQuery use
ConditionTrait
instead ofConditionInterface
- MyQuery join method using
AbstractJoin
parameter instead ofJoin
- Refactory
MyCRUD
MyCRUD
useMyQuery
for database connectionMyCRUD
change propertyID
toPRIMERY_KEY
andIDENTIFER
Realeas version 0.1.3
[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
andCollectionImmutable::class
Removed
- Remove
Router::view
Realeas version 0.1.2
Path Update 0.1.2
Realeas version 0.1
Realeas version 0.1
alpha test
alpha test 01