* (Fixes issue 1285) Added support for using custom script packages with CClientScript

This commit is contained in:
qiang.xue
2011-03-16 00:59:51 +00:00
parent c5b5cd014b
commit f37edf4528
5 changed files with 155 additions and 109 deletions

View File

@@ -1,4 +1,13 @@
<?php
/**
* CArrayDataProvider class file.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.yiiframework.com/
* @copyright Copyright &copy; 2008-2011 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/
/**
* CArrayDataProvider implements a data provider based on a raw data array.
*