mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-21 15:36:53 +01:00
* (Fixes issue 1285) Added support for using custom script packages with CClientScript
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* CArrayDataProvider class file.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @link http://www.yiiframework.com/
|
||||
* @copyright Copyright © 2008-2011 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
/**
|
||||
* CArrayDataProvider implements a data provider based on a raw data array.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user