예제 #1
0
 public function renderContent()
 {
     $featuredBuilders = BuilderProfileApi::getFeaturedBuilder(15, $this->location);
     $this->render('featuredbuilders', array('featuredBuilders' => $featuredBuilders));
 }