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…Embedding custom finds in behaviors is extremely useful, but not the most straight-forward thing to do. Here's how.
Read More…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…A very small example on when to use Model::save() versus Model::saveAll()
Read More…