(Note: I will be cross-posting a version of this to the CakePHP Cookbook within a day or two).
As amazing as the built-in CakePHP pagination helper is, sometimes you have to create your own custom queries for data you wish to paginate. For the simulation baseball league site I wanted to be create an admin [...]
There are usually lots of Has And Belongs To Many relationship questions on the CakePHP mailing list. Since I am stupid about this stuff, I sought out Nate Abele and bugged him via IM until he agreed to give me an example of how to do this. Thanks Nate!
PLAIN TEXT
PHP:
class Tag extends AppModel [...]
Recent Comments