Archive: » 2010 » May

Bit.ly Datasource

A simple Datasource for the Bit.ly standard API. Documentation for the api can be found here: http://code.google.com/p/bitly-api/wiki/ApiDocumentation. The code can be found at http://github.com/jonbradley/Bitly-Datasource-for-CakePHP.

Read more...

Permission Plugin

The Permission plugin is a simple variation of the classic ACL permissions structure for the CakePHP framework. This allows a simple flat table lookup to verify if a user has permission to a particular action with-in a controller based upon their group. Get the code here: http://bakery.cakephp.org/articles/view/permissions-plugin

Read more...