iCache - true query caching

By Mike Floering
So, you have an application. That application has a database. It also has a lot of users. Those users need a LOT of data from that database. So your application thinks, "Hey... I'm always writing out these big chunks of data for all these people! Isn't there a better way?" This article includes a component based on the ecache component that makes this easy.
[Read more]

GeoCouch Plugin - Storing Geocoded data in CouchDB

By Brit Gardner
This plugin is for projects that require a local repository of geocoded data that is mined from google's geocoding service. For instance, if your project needs more than the 15k geocode requests allowed by google. Instead of shoving the JSON geodata into a relational database scheme, like MySQL, I find it easier to store it in a JSON-native document format. Fortunately, CouchDB fits that bill and has a lot of other cool features to boot!
[Read more]

IE6 PNG transparency fix Helper

By Jay Salvat
Use this helper instead of the original Html->image() to get Png pictures with alpha transparency working properly on Internet Explorer 6 without any client-side javascript fix.
Works on img tags, not on backgrounds properties.
[Read more]

Cipher Behavior

By Xemle
The Cipher Behavior encrypts/decrypts model properties to protect passwords, emails, etc via symmetric encryption BlowFish. This behavior is very useful if your data should not be stored in clear text in the database (e.g. external database connections).
[Read more]

Parsing XML files with CakePHP

By Fahad Ibnay Heylaal
Simple tutorial for parsing xml files quickly using the core XML class of cakephp.
[Read more]
 

Page 3 of 79, showing 5 articles out of 392 total, starting on article 11, ending on 15

<< previous | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 next >>