Skip to content

Instantly share code, notes, and snippets.

@acodesmith
Last active December 11, 2015 12:18
Show Gist options
  • Save acodesmith/4599357 to your computer and use it in GitHub Desktop.
Save acodesmith/4599357 to your computer and use it in GitHub Desktop.
<?php
Yii::app()->labScript->registerScriptList(
array(
'/_/js/libs/jquery-ui-1.9.2.custom.min.js',
'/_/js/base.js'=>'function(){}',
),
'function(){ base.init(); }'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment