示例#1
0
 static function listarBanner()
 {
     $modelBanner = new Application_Model_Banner();
     return $modelBanner->listarBanners();
 }