MCPcopy Create free account
hub / github.com/AxelPanda/SonicBreaker / lists

Method lists

Application/Admin/Model/DocumentModel.class.php:68–71  ·  view source on GitHub ↗

* 获取文档列表 * @param integer $category 分类ID * @param string $order 排序规则 * @param integer $status 状态 * @param boolean $count 是否返回总数 * @param string $field 字段 true-所有字段 * @param string $limit 分页参数 * @param array $map 查询条件参数 * @return array 文档列表 * @author huajie */

($category, $order = '`id` DESC', $status = 1, $field = true, $limit = '10', $map = array())

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

partMethod · 0.45

Calls 5

listMapMethod · 0.95
limitMethod · 0.80
whereMethod · 0.80
fieldMethod · 0.80
selectMethod · 0.45

Tested by

no test coverage detected