Skip to content

Instantly share code, notes, and snippets.

View inradius's full-sized avatar

Travis Stroud inradius

View GitHub Profile
@MGHollander
MGHollander / ClientScript.php
Last active June 12, 2020 08:14
Yii1.1 CClientScript extension to highlight JavaScript code block and capture them with the registerScript function (Yii2 version: https://gist.github.com/MGHollander/fe913a62efadc3bc5d9d123f7a7f870d)
<?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.