zoneminder/web
Kyle Johnson 545826b55c A method to make named parameters strongly defined.
Added a method that processes named parameters and ensures all mandatory ones
exist and substitutes missing optional ones with default values.  This makes
named parameters strongly defined and easier to read.

Thanks to http://developinginthedark.com/posts/cakephp-tip-1-named-parameters
for the idea.
2013-05-29 07:37:00 -04:00
..
app A method to make named parameters strongly defined. 2013-05-29 07:37:00 -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.