$Metas
$Metas : \Metas|null
文章分类类.
$Metas : \Metas|null
| None found |
| None found |
| None found |
| None found |
$db : \Database__Interface
| None found |
| None found |
| None found |
| None found |
__get( $name) : integer|mixed|null|string
| $name |
| None found |
| None found |
| None found |
| None found |
| None found |
| None found |
| None found |
LoadInfoByID(integer $id) : boolean
获取数据库内指定ID的数据.
| integer | $id | 指定ID |
| None found |
LoadInfoByAssoc(array $array) : boolean
根据数组从数据库内查找数据并返回.
| array | $array | 待查找数组 |
| None found |
LoadInfoByField(string $field, string $field_value) : boolean
根据特定的字段和值搜索数据.
| string | $field | 字段(限string,int,bool) |
| string | $field_value | 数据值 |
| None found |
LoadInfoByFields(array $fields) : boolean
根据多个特定的字段和值搜索数据.
| array | $fields | 多个字段数组(如 ['AuthorID' => '1', 'CateID' => '1']) |
| None found |
LoadInfoByArray( $array) : boolean
从数组(整数索引key)中加载数据.
| $array |
| None found |
LoadInfoByDataArray( $array) : boolean
从Data数组中加载数据.
| $array |
| None found |
| None found |
| None found |
| None found |
__call(string $method, mixed $args) : mixed
魔术方法:重载,可通过接口Filter_Plugin_Category_Call添加自定义函数.
| string | $method | 方法 |
| mixed | $args | 参数 |
| api |
Filter_Plugin_Category_Call |
|---|
GetDeep(object $object, integer $deep) : integer
得到分类深度.
| object | $object | |
| integer | $deep |
分类深度
| None found |
| None found |