コード例 #1
0
 public function setUp()
 {
     $this->_clientScript = new CClientScript();
     $this->_clientScript->setCoreScriptUrl("assets/12345");
     $this->_clientScript->registerCoreScript('jquery');
     $this->_clientScript->registerCoreScript('yii');
 }