While it would be sweet, if the paginated data was usually not much more involved than a simple SELECT * FROM some_table… Unfortunately it is
Month: January 2010
For a while now updateAll() would not trigger any of the model’s behavior callbacks. This presents a problem for a couple of reasons: The updateAll()
Common way to allow Auth access to all actions in a controller is to do something like this: //In some controller public function beforeFilter() {