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
b5e15a1708
zoneminder
/
web
/
app
/
Model
/
Config.php
7 lines
105 B
PHP
Raw
Normal View
History
Unescape
Escape
Added the Config model
2013-05-06 20:42:05 +08:00
<
?
php
class
Config
extends
AppModel
{
public
$useTable
=
'Config'
;
Changed the primaryKey to the actual primary key of the Config table
2013-05-06 23:05:33 +08:00
public
$primaryKey
=
'Name'
;
Added the Config model
2013-05-06 20:42:05 +08:00
}
?>