With the recent changeset (https://trac.cakephp.org/changeset/7399) a new, ‘notEmpty’, validation rule is now available. As you can guess, it checks to make sure that a field
Month: July 2008
Just a little tip on styling your table with paginated data… Wouldn’t it be nice to show to the user what column and direction is
Update (10/7/2009)… this functionality has been rolled into Habtamable behavior You’ve probably noticed that by default CakePHP will only create a JOIN query if you
By default, if you have a hasOne or belongsTo relationship between models, CakePHP will build a JOIN query using LEFT JOIN. In some cases, however,
If you haven’t read part 1, where I cover some HABTM basics, you should probably take a look at that article as well. Part 2.
Part 1. The basics HABTM seems to give a lot of people trouble, so I wanted to cover a few points that may or may
Update: Currently the API for test cases searches is down (but coming back soon). Remember, that you still have the test cases in the core