This commit is contained in:
Qiang Xue
2013-03-05 23:25:50 -05:00
parent 5f774db6d1
commit 1f522d22b4
4 changed files with 102 additions and 155 deletions

13
framework/util/Html.php Normal file
View File

@@ -0,0 +1,13 @@
<?php
/**
* @link http://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/
namespace yii\util;
class Html
{
}