Gravatar for robwilkerson

robwilkerson / CakePHP-Polyclip-Plugin

has:model has:readme version:2.x

A plugin for managing uploads in a polymorphic manner. Inspired by Rails' Attachment_fu and Paperclip plugins.

robwilkerson / CakePHP-Format-Mask-Plugin

has:helper has:readme version:2.x

A collection of useful (to me, at least) formatters for values that are commonly input, stored and displayed in different ways.

robwilkerson / CakePHP-NullableBehavior

Model has:behavior has:fixture has:readme has:tests version:2.x

A simple behavior for CakePHP that inserts a `null` value instead of an empty string when a property value is not set and its corresponding field is nullable.