Exemple #1
0
 function index()
 {
     $model = new Application_Models_Admin();
     $carousel = $model->getCarousel();
     $this->carousel = $carousel;
 }