by Lee Forkenbrock | Jul 21, 2015 | CakePHP Development
I presented a talk at CakeFest 2015 about CakePHP configuration by extracting the differences in your app that are unique to each operating environment out into config files and I wanted to sum up the approach here. There is a repo available with sample CakePHP 3 /...
by Lee Forkenbrock | Mar 19, 2008 | CakePHP Development
Loadsys creates a lot of larger web applications for clients that have many user types with many privileges. The ACL tables out of the box, ACOS and AROS, do not contain indexes except for the PRIMARY KEY on id. Since the ACL uses Binary Search Trees, a lot of...