www.gusucode.com > ShopEx481 & PHPWind 整合版码程序 > plugins/widgets/article/widget_cfg_article.php

    <?php
function widget_cfg_article($system){
	$o=$system->loadModel('content/article');
	return $o->getCategorys();
}
?>