コード例 #1
0
ファイル: StarHelper.php プロジェクト: bokac1984/genije
 public function afterRender($viewFile)
 {
     parent::afterRender($viewFile);
     $this->script('/js/libs/stars/star-rating', array('block' => 'scriptBottom'));
     $this->css('/js/libs/stars/star-rating', array('block' => 'css'));
 }