Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
28af2924
Commit
28af2924
authored
Jul 18, 2011
by
Qiang Xue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
w
parent
76bcfd0d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
3 additions
and
9 deletions
+3
-9
YiiBase.php
framework/YiiBase.php
+0
-0
Behavior.php
framework/base/Behavior.php
+0
-1
Component.php
framework/base/Component.php
+0
-1
Dictionary.php
framework/base/Dictionary.php
+0
-1
DictionaryIterator.php
framework/base/DictionaryIterator.php
+0
-1
Event.php
framework/base/Event.php
+0
-1
Exception.php
framework/base/Exception.php
+0
-1
Vector.php
framework/base/Vector.php
+0
-1
VectorIterator.php
framework/base/VectorIterator.php
+0
-1
yii.php
framework/yii.php
+3
-1
No files found.
framework/YiiBase.php
View file @
28af2924
This diff is collapsed.
Click to expand it.
framework/base/Behavior.php
View file @
28af2924
...
...
@@ -2,7 +2,6 @@
/**
* Behavior class file.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008-2012 Yii Software LLC
* @license http://www.yiiframework.com/license/
...
...
framework/base/Component.php
View file @
28af2924
...
...
@@ -2,7 +2,6 @@
/**
* Component class file.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008-2012 Yii Software LLC
* @license http://www.yiiframework.com/license/
...
...
framework/base/Dictionary.php
View file @
28af2924
...
...
@@ -2,7 +2,6 @@
/**
* Dictionary class file.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008-2012 Yii Software LLC
* @license http://www.yiiframework.com/license/
...
...
framework/base/DictionaryIterator.php
View file @
28af2924
...
...
@@ -2,7 +2,6 @@
/**
* DictionaryIterator class file.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008-2012 Yii Software LLC
* @license http://www.yiiframework.com/license/
...
...
framework/base/Event.php
View file @
28af2924
...
...
@@ -2,7 +2,6 @@
/**
* Event class file.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008-2012 Yii Software LLC
* @license http://www.yiiframework.com/license/
...
...
framework/base/Exception.php
View file @
28af2924
...
...
@@ -2,7 +2,6 @@
/**
* Exception class file.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008-2012 Yii Software LLC
* @license http://www.yiiframework.com/license/
...
...
framework/base/Vector.php
View file @
28af2924
...
...
@@ -2,7 +2,6 @@
/**
* Vector class file.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008-2012 Yii Software LLC
* @license http://www.yiiframework.com/license/
...
...
framework/base/VectorIterator.php
View file @
28af2924
...
...
@@ -2,7 +2,6 @@
/**
* VectorIterator class file.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008-2012 Yii Software LLC
* @license http://www.yiiframework.com/license/
...
...
framework/yii.php
View file @
28af2924
...
...
@@ -24,6 +24,8 @@ require(__DIR__ . '/base/YiiBase.php');
* @package system
* @since 2.0
*/
class
Yii
extends
\yii\
YiiBase
class
Yii
extends
YiiBase
{
}
spl_autoload_register
(
array
(
'Yii'
,
'autoload'
));
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment