CodeIgniter 2.0.2 Released
n update to both CodeIgniter Reactor and CodeIgniter Core (v 2.0.1) was released today. This is a security maintenance release and is a recommended update for all sites. The security fix patches a small vulnerability in the cross site scripting filter. We also took the opportunity to iterate on some of our other filtering code. As a result, the Security library is now a core component.
Please make sure you follow the upgrade instructions. Core users can grab the 2.0.1 tag on BitBucket. For core, please follow the upgrade instructions bundled with the download.
We’re working on making these small maintenance releases easier to manage. We’ll have more information about that soon.
CakePHP HTML image links
CakePHP HTML image links FAQ: How do I create HTML image links in CakePHP?
When I first started using CakePHP I had no idea how to create a CakePHP image link, so I thought I’d share what I’ve learned here, specifically the CakePHP HTML image and HTML link syntax.
Rather than go into any great detail, I’ll just share the source code from one of my CakePHP view pages. This is from a typical CakePHP index view page, but I wanted to use images for the Edit and Delete actions instead of plain links. Here’s the CakePHP view code I created to get this done: