zoneminder/web
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
..
app Initial support for filtering events. 2013-05-29 07:54:06 -04:00
lib/Cake Initial commit of CakePHP 2.3.4 2013-05-01 06:58:31 -04:00
.editorconfig Initial commit of CakePHP 2.3.4 2013-05-01 06:58:31 -04:00
.gitignore Initial commit of CakePHP 2.3.4 2013-05-01 06:58:31 -04:00
.htaccess Initial commit of CakePHP 2.3.4 2013-05-01 06:58:31 -04:00
.travis.yml Initial commit of CakePHP 2.3.4 2013-05-01 06:58:31 -04:00
README.md Update README.md 2013-05-01 08:04:57 -03:00
index.php Initial commit of CakePHP 2.3.4 2013-05-01 06:58:31 -04:00

README.md

Modern ZoneMinder Skin

This web frontend to ZoneMinder is a complete rewrite of the classic frontend, based on CakePHP.