zoneminder/web/api/app/Controller/Component
Kyle Johnson 040094e984 Add initial API Filter component
The purpose of this is to turn ZoneMinder filter queries into usable
CakePHP find() conditions.
As example would be turning
api/events/index/MonitorId:7/MonitorId:8/StartTime >=:2015-01-05.json
into an array like this:
'conditions' => array(
	'MonitorId' => (7, 8),
	'StartTime >=' => '2015-01-05'
)
2015-01-05 14:02:42 -05:00
..
ConfigParserComponent.php Rework the ConfigParser component. 2014-11-15 19:03:10 +00:00
FilterComponent.php Add initial API Filter component 2015-01-05 14:02:42 -05:00
ImageComponent.php Add getImageSrc function to the API via component 2014-12-23 17:42:44 -05:00
ScalerComponent.php Add reScale and deScale components to API 2014-12-23 11:22:34 -05:00
empty Moved the api to underneath the web directory 2014-04-29 20:41:04 +00:00