This website requires JavaScript.
Explore
Help
Register
Sign In
ZaneYork
/
zoneminder
Watch
1
Star
0
Fork
You've already forked zoneminder
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e2751c0597
zoneminder
/
web
/
app
/
Model
/
Event.php
6 lines
73 B
PHP
Raw
Normal View
History
Unescape
Escape
Initial commit of Event Model, View and Controller with basic support for drilling into an event
2013-05-01 19:02:12 +08:00
<
?
php
class
Event
extends
AppModel
{
Specified the specific table name for the Event model
2013-05-02 06:21:46 +08:00
public
$useTable
=
'Events'
;
Initial commit of Event Model, View and Controller with basic support for drilling into an event
2013-05-01 19:02:12 +08:00
}
?>