zoneminder/web/api/app/View/Events/json/index.ctp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
117 B
Plaintext
Raw Normal View History

2015-06-11 10:58:58 +08:00
<?php
$array['events'] = $events;
$array['pagination'] = $this->Paginator->params();
echo json_encode($array);
?>