Insert rows in a loop in CakePHP
Having recently been building an import tool for our latest site at work, I was reminded of a very important thing to remember when creating rows in CakePHP. (2 comments)
If you found Friday’s post on caching in CakePHP, Miles has posted a few pitfalls when working with the Cache engine. (no comments)
There are a few ways to cache content in CakePHP. There is a feature to cache the output but I’ve found that a little tricky to get right in the past. When the cache expired the action wasn’t called so we had a page with no content… not quite the effect I was looking for. (no comments)
There is no official way to access your view variables in your view helpers. And there's probably a good reason for that, but heck, I'm on a deadline. (1 comment)
Installing PECL extensions for PHP is usually quite simple, you fire up terminal and type sudo pecl install apc, which should install the Alternative PHP Cache extension. (no comments)
Having recently been building an import tool for our latest site at work, I was reminded of a very important thing to remember when creating rows in CakePHP. (2 comments)
So, PHP 5.3’s been out for a while now so it’s about time I start getting to grips with some of the new features it introduces. (no comments)
A few weeks ago I came across Wildflower, which, in the simplest terms, is a CMS built with CakePHP. (3 comments)
This is a post more directed at those of you following my RSS feed. I assume that if you’ve been to the site before and are looking at it now you’ll notice that it’s gone from dark green to white. I like to think my visitors would notice a change of that magnitude. (no comments)
Yesterday’s post about CakePHP and Zend Framework seems to have caused a few ripples in CakePHP circles. I just want to make it clear that I won’t be switching from Cake over the changes to the team, I was just using the opportunity to check out what’s happened in the time since I last looked at ZF. (no comments)
Those of you who read this blog regularly will know I’m a frequent user of CakePHP, but with the recent disturbance in the CakePHP world, maybe it’s time to have another look at the Framework market. (6 comments)