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

    <?php
function widget_brand($setting,&$system){
	$oGoods=$system->loadModel('goods/brand');
	return $oGoods->getAll();
}
?>