This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* ClientScript class file. | |
* | |
* @author Tsunu {@link http://www.yiiframework.com/forum/index.php/topic/24429-the-best-way-to-write-javascript/page__p__118436#entry118436} | |
* @author MGHollander {@link https://github.com/MGHollander} | |
*/ | |
/** | |
* ClientScript class is an extension on Yii's CClientScript to register scripts inside a view. |