Property | Type | Description | |
---|---|---|---|
$error | 最近错误信息 |
Method | Description | |
---|---|---|
__construct ( string $name = '' ) | 架构函数 取得DB类的实例对象 字段检查 | |
getError ( ) | 获取最近的错误信息 |
Method | Description | |
---|---|---|
_initialize ( ) | 回调方法 初始化模型 |
public __construct ( string $name = '' ) | ||
$name | string | 模型名称 |