Testing, Debugging & Refactoring
- How To Execute Only Specific Test Methods in CakePHP Unit Tests ~ 1 month ago by Tim (3 comments)
- CakePHP Code Coverage for Group Tests ~ 1 month ago by Tim (0 comments)
- Make your life easier with these five CakePHP Quicktips ~ 1 month ago by Tim (15 comments)
- Running Tests from The Commandline in CakePHP ~ 2 months ago by Tim (7 comments)
- Unit Testing in CakePHP Part 1 - Introduction to Unit Testing ~ 2 months ago by Tim (19 comments)
- Code Coverage Analysis soon in CakePHP - Test How Well You Test ~ 2 months ago by Tim (16 comments)
- Upcoming: Code Coverage in CakePHP - Test How Well You Test ~ 2 months ago by Tim (2 comments)
- Programming Psychology - Return home early ~ 3 months ago ago by Felix (27 comments)
- Release early, Release often, CakeTaster ~ 1 year ago by Felix (37 comments)
- Should I refactor this piece of code? ~ 1 year ago by Felix (6 comments)
- Test Driven Development in Real World Apps ~ 1 year ago by Felix (2 comments)
- Controller testing in CakePHP ~ 1 year ago by Felix (9 comments)


I am getting an error witht the sources var on google_analytics_source.php, line 187
foreach...
Hi Felix, I always read your blog. The fun things is that you work with the two things I love a...
The line: < ?php echo ($num % 2) ? 'row-a': 'row-b'; ?>">
Could be :
if($num ++ >0){...
Information hiding is one of the cornerstones of OOP. Without private/protected modifiers ......
This discussion has been going on for a bit, but I feel I just have to add my 2 pennies to...