%PDF- %PDF-
Direktori : /home1/dimen328/libertysa.com.br/admin/modules/blog/app/plugins/pjLog/models/ |
Current File : //home1/dimen328/libertysa.com.br/admin/modules/blog/app/plugins/pjLog/models/pjLogConfig.model.php |
<?php if (!defined("ROOT_PATH")) { header("HTTP/1.1 403 Forbidden"); exit; } class pjLogConfigModel extends pjLogAppModel { protected $primaryKey = 'id'; protected $table = 'plugin_log_config'; protected $schema = array( array('name' => 'id', 'type' => 'int', 'default' => ':NULL'), array('name' => 'filename', 'type' => 'varchar', 'default' => ':NULL') ); public static function factory($attr=array()) { return new pjLogConfigModel($attr); } } ?>