0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
bug fixes for pInflector in the plural and singular methods where bugs were identified through unit testing More... about 12 years ago
implementation of a controller access loader and allowing efficient controller loading. implemented direct controller access where developers can access their actions without configuring their URLs. updated pBucketUser to add in the copyBucket() method. More... about 12 years ago
reconfigured __PACKFIRE_CLASS__ to __PACKFIRE_PATH__ to control the file name of the packfire class. More... about 12 years ago
documentation updates for pIniConfig, pPhpConfig and pYamlConfig classes. More... about 12 years ago
created the pFileInputStream class to provide read-only stream access. updated the pYamlConfig class to use pFileInputStream instead of the read/write access pFileStream updated pFileStream to extend from pFileInputStream documentation updates to the classes as well More... about 12 years ago
fixed bug in pGraphPath::distance() where setting the first argument to zero (0) will cause the method not to be able to distinguish between null and 0. More... about 12 years ago
fixed bug in pGraphPath::distance() where setting the first argument to zero (0) will cause the method not to be able to distinguish between null and 0. More... about 12 years ago
fixed pDeque and IDeque missing dependencies issues More... about 12 years ago
implemented view nesting to allow views to use each other. More... about 12 years ago
removed debugging line in pDijkstra class. fixed a class naming mistake in pGraph. More... about 12 years ago
removed debugging line in pDijkstra class. fixed a class naming mistake in pGraph. More... about 12 years ago
added pDbExpression back. updated and fixed bugs in pMySqlLinq class, with the query parameters optimized. More... about 12 years ago
improvement on security module implementation into controller controller added params method More... about 12 years ago
graph, vertex, path and Dijkstra's Algorithm implementation More... about 12 years ago
graph, vertex, path and Dijkstra's Algorithm implementation More... about 12 years ago
fixed a bug where controller filter fails when an object is passed instead of class name. More... about 12 years ago
reconfigured controller forwarding to allow self-forwarding More... about 12 years ago
packfire.ioc readme file created More... about 12 years ago
re-location of IControllerFilter to IFilter updated pController and pValidationFilter updated pView to use filters More... about 12 years ago
fixed bug in database IoC loading as the default key is not removed for the database driver More... about 12 years ago
fixed bug in MySQL LINQ query creation where order misses out the comma. More... about 12 years ago
allow theme to define multiple fields by supplying an array of mapped values and updated code documentations More... about 12 years ago
auto locate the view when called the $this->render() method for AppController. More... about 12 years ago
implemented state passing from controller to view More... about 12 years ago
auto-loading of AppController in application is done More... about 12 years ago
read me updates and creation of library folder in application folder More... about 12 years ago
priority item implementation More... about 12 years ago
Stack abstraction More... about 12 years ago
abstraction fixes More... about 12 years ago
Deque abstraction More... about 12 years ago