Firecreek's Profile
Recent Articles
Ticket Model for CakePHP
Published by Firecreek on 5/1/10This model will create a simple one-off ticket which can be used for user password resetting to activation and moderation. With an activate account example you might send a url like http://domain.tld/users/activate/6d9c79a15255
Get Twitter RSS Feeds with CakePHP
Published by Firecreek on 8/7/09Using CakePHP model get your RSS twitter feeds with caching and limits.
Geocode location with CakePHP
Published by Firecreek on 24/1/09Locate postcodes and addresses with this CakePHP model.

When I get a spare 10 minutes I'll update this code to use HttpSocket, optional table caching and a few other clean ups, like using the word 'tweet' instead of 'twit' :)
You need to have curl installed on your server. I will update this script soon to use HttpSocket
I have not included a view example. It is up to you how you escape the output and you'll do this in your view file.