0
I Use This!
Activity Not Available

Commits : Listings

Analyzed almost 2 years ago. based on code collected almost 2 years ago.
Mar 23, 2023 — Mar 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ORM\Entity: fix more null isset issues. More... over 5 years ago
ORM\Collection: implemnts Countable, Iterator to make it able to fetch in foreach More... over 5 years ago
ORM\Entity: to fix problem of isset key holding null value More... over 5 years ago
add new JSON dump reuqest method More... over 5 years ago
ORM update some error that makes data cannot be read More... over 5 years ago
update session to make it php 7.2 compatible More... over 5 years ago
Database: now can run some SQL after initalized More... over 5 years ago
Response: add hook before send redirect request More... over 5 years ago
Response: add setRenderer to allow custom renderer More... over 5 years ago
Add redirect method to response More... over 5 years ago
Update syntax to lower the PHP version requirement from 7.4 to 7.2 More... over 5 years ago
Session added missing protocol file More... over 5 years ago
ORM/Model fix a issue that broke loading More... over 5 years ago
ORM/Model add registerEntityHook to register hooks on ORM/ModelEntity events More... over 5 years ago
ORM/Entity fix offsetExists issue More... over 5 years ago
ORM/ModelEntity fixes some issues related to rowData More... over 5 years ago
Controller modify messsage for autloading model More... over 5 years ago
Session fix namespace issue More... over 5 years ago
Session fix namespace issue More... over 5 years ago
Added session implement (no native PHP session required) Added hookable action via HookTrait More... over 5 years ago
Request fix issue that cannot extract value from user input More... over 5 years ago
Router remove enforced user-defined ROUTER_AUTOLOAD, now defaults to true More... over 5 years ago
Foundation add builn-in singleton pattern for those helper need to get access to App More... over 5 years ago
Foundation remove enforced user-specified timezone, defaults to UTC More... over 5 years ago
added simple orm More... over 5 years ago
add exception when access undefined moudle on Foundation More... over 5 years ago
inject application into data model More... over 5 years ago
fix import issue for ORM\Model More... over 5 years ago
add magic method call for access Model from controller More... over 5 years ago
fix a typo will cause Foundation#isDevMode always return false More... over 5 years ago