I love sublime text. I’ve been an IDE user for years. NetBeans, Eclipse, Komodo, phpStorm, phpED, Aptana… I’m sure a few others. I’ve given them
Year: 2012
Is that possible? Yes, and it has been done. But… — CakePHP is slow. I’ve seen bench-marks on “Hello world” and cake falls behind other
CakePHP 2.2 / MongoDB 2.0.4 Let’s continue building on top of what we’ve done previously. I’d say that the main consideration when it comes to
CakePHP 2.2/MongoDB 2.0.4 We all know that CakePHP is awesome, and I’m sure you’ve heard that MongoDB is pretty awesome as well. So how do
CakePHP 2.2 We have prepped our app with enough testing, to be ready to move on to write out the rest of the code… There
CakePHP 2.2 Part 2 I personally consider Test Driven Development (TDD) as a “must do”, rather than a “nice to have”. Unfortunately as developers we
As promised in the previous part we’ll take a look at the admin section. If you remember, we’ve setup our users so that when they
CakePHP 2.1 Now that we’ve completed our basic setup for Auth, let’s take a look at the User.php model… class User extends AppModel {
CakePHP 2.1 The example application in the CakePHP book does a very good job of covering setup and implementation of a basic Auth system. Let’s
CakePHP 2.0 Nothing like coming back from a hiatus with a WTF? post. My favorite “cake bake” started failing with the message in the subject;