예제 #1
0
파일: feed_back.php 프로젝트: vazahat/dudex
 public function __construct()
 {
     parent::__construct();
     $this->assign('msgs', INSTALL::getFeedback()->getMessages());
 }
예제 #2
0
파일: steps.php 프로젝트: vazahat/dudex
 public function onBeforeRender()
 {
     parent::onBeforeRender();
     $this->assign('steps', $this->steps);
 }