Other
- Crawl Google, they do the same to you ; ) ~ 1 month ago by Felix (6 comments)
- Finally - CakePHP 1.2 RC1 is out! ~ 1 month ago by Felix (11 comments)
- CakePHP 1.2 Stable! Come and help ~ 2 months ago by Felix (10 comments)
- A dirty tale from the real world ... ~ 6 months ago by Felix (9 comments)
- Sorting challenge ~ 9 months ago ago by Felix (12 comments)
- Migrating from WordPress to CakePHP ~ 10 months ago by Felix (10 comments)
- False == 0, or not? ~ 11 months ago by Felix (12 comments)
- CakePHP > All Others ~ 1 year ago by Tim (3 comments)
- Besiege Empty(), Isset() & Co. With This Great Syntax Cheatsheet ~ 1 year ago by Tim (0 comments)
- Try-Catch Syntax Weirdness ~ 1 year ago by Tim (13 comments)
- Screencast #1: Using vendor branching and CakePHP ~ 1 year ago by Felix (22 comments)
- How To Generate Monochromatic CSS Stylesheets Within Seconds Using PHP ~ 1 year ago by Tim (15 comments)
- Parsing XML With The DOM Library ~ 1 year ago by Tim (12 comments)
- Control Your CSS Via PHP - Good Stuff! ~ 1 year ago by Tim (4 comments)
- My new best friend - PHP's create_function() ~ 1 year ago by Felix (14 comments)
- How to transform XML into SQL Statements using XSLT ~ 1 year ago by Tim (2 comments)
- Parsing XML using SimpleXML ~ 1 year ago by Tim (28 comments)
- Issues with error reporting ~ 1 year ago by Tim (0 comments)
- My favourite "bug" ~ 1 year ago by Felix (18 comments)
- Bug-fix update for SVN/FTP Deployment Task ~ 1 year ago by Felix (8 comments)
- Long time, no post ... where I've been hiding. ~ 1 year ago by Felix (23 comments)
- Release early, Release often, A SVN/FTP Deployment Task ~ 1 year ago by Felix (29 comments)
- How to Plugin'ize your app ~ 2 years ago by Felix (5 comments)
- A miracle called gzip ~ 2 years ago by Felix (5 comments)
- SpliceIt! - Documentation Alpha available! ~ 2 years ago by Felix (2 comments)
- Problems with base Path in Layouts when using Plugins ~ 2 years ago by Felix (3 comments)
- Starting a CakePHP community website / Website Framework ~ 2 years ago by Felix (15 comments)
- Drake (Drupal + CakePHP) is making progress ~ 2 years ago by Felix (24 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...