by Lee Forkenbrock | Mar 2, 2017 | 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 | 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 | Jan 29, 2014 | CakePHP Development, Unit Testing
If you want to write unit tests against a 1.3 CakePHP application (and you should want to write unit tests), using this TestCase class and Mockery will let you use forward-compatible PHPUnit-style assertions by temporarily translating them to SimpleTest assertions....
by Lee Forkenbrock | Apr 3, 2013 | CakePHP Development, Ember JS Development
The landscape of web application development is constantly changing. New technologies pop up all around, and “definition” of a modern web application becomes more and more complex. Ember.js is one of these new technologies. It is a rich front end...
by Lee Forkenbrock | Apr 12, 2011 | CakePHP Development
The metadata plugin simplifies the setting of HTML page meta data. Web site meta tags are often the same for every page, but a few could vary between requests. The purpose of the metadata plugin is to eliminate view or layout logic for setting meta tags data. It is...