zoneminder/web/app/Model/Config.php

7 lines
105 B
PHP
Raw Normal View History

2013-05-06 20:42:05 +08:00
<?php
class Config extends AppModel {
public $useTable = 'Config';
public $primaryKey = 'Name';
2013-05-06 20:42:05 +08:00
}
?>