require_once __DIR__.'/../inc/db.php'; require_once __DIR__.'/../inc/functions.php'; $db=getDB(); $cats=$db->query("SELECT * FROM help_categories ORDER BY sort_order")->fetchAll(); $recent=$db->query("SELECT a.id,a.title,a.slug,a.summary,a.created_at,c.name as cat_name FROM help_articles a LEFT JOIN help_categories c ON a.category_id=c.id WHERE a.status='published' ORDER BY a.created_at DESC LIMIT 10")->fetchAll(); ?> 帮助中心 - Hermes DevKit

📖 帮助中心


Warning: Undefined variable $cats in /www/wwwroot/devkit.zhinanbang.cn/help/index.php on line 18

Warning: foreach() argument must be of type array|object, null given in /www/wwwroot/devkit.zhinanbang.cn/help/index.php on line 18
暂无帮助文章,管理员请到后台发布