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

About
Change view: ListGrid

Embedding Custom Finds in Behaviors

Embedding custom finds in behaviors is extremely useful, but not the most straight-forward thing to do. Here's how.

Read More…

Quick Tip - Translating Model Variables

Translating CakePHP Model variables and validation rules isn't straight-forward to new developers. However, it is possible through the use of the class constructor.

Read More…

Quick Tip - Model::save() isn't Model::saveAll()

A very small example on when to use Model::save() versus Model::saveAll()

Read More…