zoneminder/web/app/Controller
Kyle Johnson 633aa7a9ad Initial support for filtering events.
First I tell extractNamedParams() which params I care about (ignore the rest),
then I loop through the returned results and build my query via named params.

Finally I pass the named params into the $conditions array for paginate to use.
2013-05-29 07:54:06 -04:00
..
Component Initial commit of CakePHP 2.3.4 2013-05-01 06:58:31 -04:00
AppController.php A method to make named parameters strongly defined. 2013-05-29 07:37:00 -04:00
BandwidthController.php Initial commit of Bandwidth Model, View and Controller. 2013-05-06 19:37:22 -04:00
ConfigController.php Initial commit of Config Controller and View. 2013-05-06 11:06:58 -04:00
EventsController.php Initial support for filtering events. 2013-05-29 07:54:06 -04:00
MonitorsController.php Reworked to allow displaying of monitors from many views with less code. 2013-05-24 20:13:14 -04:00
PagesController.php Initial commit of CakePHP 2.3.4 2013-05-01 06:58:31 -04:00