CakePHP 2.x This is espeically useful when you are working with ajax or just in general you don’t want to dump the data to the
Category: CakePHP
A few times we already had gone over unit testing… and why it is a good thing to do. If you had been interested in
CakePHP 2.3 + Redis 2.6.7 For the vast majority of applications out there the issue of cache and session store doesn’t really come into play
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 {