文件位置 : /phpGrace/configs/article.php
<?php return array( // 是否开启分词 'useNPL' => true, // web 端每页展示数量 'everyPageNumberForWeb' => 10, // api 接口端每页展示数量 'everyPageNumberForAPI' => 10, // 文章列表缓存时间 'cacheTimeForList' => 7200, // 文章详情缓存时间 'cacheTimeForInfo' => 7200, // 是否开启评论功能 'commentStatus' => true );
\config('article', 'key1', 'key2');