📄 imported_users_data.php
字号:
<?php class imported_usersData extends Data { var $table = IMPORTED_USERS_TABLE; var $config = array ( 'table' => IMPORTED_USERS_TABLE, 'idField' => 'osdate_imported_users_id', 'addedMsg' => 'Osdate Imported Users %s Added', 'added_err' => 'Can\\\'t Add Osdate Imported Users', 'editMsg' => 'Osdate Imported Users %s Updated', 'editErr' => 'Can\\\'t Update Osdate Imported Users', 'delErr' => 'Can\\\'t Delete Osdate Imported Users', 'delMsg' => 'Osdate Imported Users %s Deleted', 'blankErr' => 'Osdate Imported Users Empty', 'fields' => array ( 'id' => array ( 'name' => 'id', 'description' => 'Id', 'type' => 'number', 'min_len' => 0, 'max_len' => 11, 'blank_ok' => 0, 'duplicate_ok' => 1, ), 'source_id' => array ( 'name' => 'source_id', 'description' => 'Source Id', 'type' => 'number', 'min_len' => 0, 'max_len' => 11, 'blank_ok' => 0, 'duplicate_ok' => 1, ), 'user_id' => array ( 'name' => 'user_id', 'description' => 'User Id', 'type' => 'number', 'min_len' => 0, 'max_len' => 11, 'blank_ok' => 0, 'duplicate_ok' => 1, ), 'module' => array ( 'name' => 'module', 'description' => 'Module', 'type' => 'text', 'min_len' => 0, 'max_len' => 50, 'blank_ok' => 0, 'duplicate_ok' => 1, ), ),); function imported_usersData() { $this->Data($this->config); } }?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -