Jose Diaz-Gonzalez is a developer living in New York City. He currently works at SeatGeek

About
Change view: ListGrid

A Standard Readme for your CakePHP Plugins

Please stop using jank readmes for your CakePHP plugins, and use something like this instead.

Read More…

Why CakePHP documentation sucks and what I'm doing about it

When people complain about documentation, the solution is to write more, and better, documentation.

Read More…

CakePHP Plugins - A Biblical Retelling

A list of CakePHP plugins I use and abuse on a daily basis, as well as things I've discovered but haven't found a use for but seem to be cool.

Read More…

You want access? Well you no can has! - A CakePHP AccessComponent

One of the things I am working on is Authentication and Access Control. While Authsome Component takes care of authentication, we still need something more.

Read More…

Clean up your Model data with Purifiable Behavior

Sanitizing saved data when rendering the view is stupid, and it should be done when creating/updating records.

Read More…

Quick Tip - Bring Out Yer Queries

Log your queries to find out what CakePHP is doing when it has 9 million blobs or is taking 34234 years to process.

Read More…

Inflect Shell - Inflect the heck out of your word(s)

CakePHP provides us with a nice little Inflector class. It's quite useful in creating slugs, but can't be used for testing purposes without creating a dummy page.

Read More…

Trackable Behavior

Trackable Behavior for CakePHP 1.2/1.3

Read More…

Commentable Behavior

Commentable Behavior for CakePHP 1.2

Read More…