by LoadSys Solutions | May 19, 2016 | CakePHP Development
About the Job We are currently looking for a full-time CakePHP developer that has strong PHP and CakePHP 3 skills. Requirements CakePHP Development in versions 2 and 3 PHP (exp w/ closures, iterators, generators, namespaces, traits, and interfaces) Unit Testing (TDD)...
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 | Apr 16, 2015 | CakePHP Development
One of the key goals of CakePHP 3 as discussed recently was making CakePHP 3 more decoupled. CakePHP 3 has achieved that goal very nicely. Take a look at the CakePHP organization’s repos on GitHub and you will find a long list of decoupled collections of classes...
by Lee Forkenbrock | Nov 18, 2014 | CakePHP Development
CakePHP 3.0 is currently in the second Beta, so today we will go over the goals of CakePHP 3.0, some of the major changes and how you should start using it. Goals of CakePHP 3 What are the goals of CakePHP 3? This is actually the easiest question to answer. The Cake...
by Lee Forkenbrock | Apr 2, 2014 | CakePHP Development
If you are working with a CakePHP application and you’re about to add a new “feature,” you may be considering making it a Plugin. There are a lot of benefits to Cake plugins, including containing the feature all in one place and making it reusable...