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
201b7068
Commit
201b7068
authored
Jul 19, 2011
by
Qiang Xue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
w
parent
7dc893d7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
9 deletions
+3
-9
yii.php
framework/yii.php
+3
-9
No files found.
framework/yii.php
View file @
201b7068
...
...
@@ -2,26 +2,20 @@
/**
* Yii bootstrap 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/
* @version $Id: yii.php 2799 2011-01-01 19:31:13Z qiang.xue $
* @package yii
* @since 2.0
*/
require
(
__DIR__
.
'/
base/
YiiBase.php'
);
require
(
__DIR__
.
'/YiiBase.php'
);
/**
* Yii is a helper class serving common framework functionalities.
*
* It e
ncapsulates {@link YiiBase}
which provides the actual implementation.
* By writing your own Yii class, you can customize some functionalities of
YiiBase
.
* It e
xtends from [[YiiBase]]
which provides the actual implementation.
* By writing your own Yii class, you can customize some functionalities of
[[YiiBase]]
.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @version $Id: yii.php 2799 2011-01-01 19:31:13Z qiang.xue $
* @package system
* @since 2.0
*/
class
Yii
extends
YiiBase
...
...
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