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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
8e05e6e6
Commit
8e05e6e6
authored
Jan 07, 2013
by
Qiang Xue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed copyright line.
parent
e5cefb01
Show whitespace changes
Inline
Side-by-side
Showing
121 changed files
with
125 additions
and
125 deletions
+125
-125
code_style.md
docs/code_style.md
+5
-5
YiiBase.php
framework/YiiBase.php
+1
-1
Action.php
framework/base/Action.php
+1
-1
ActionEvent.php
framework/base/ActionEvent.php
+1
-1
ActionFilter.php
framework/base/ActionFilter.php
+1
-1
Application.php
framework/base/Application.php
+1
-1
ApplicationComponent.php
framework/base/ApplicationComponent.php
+1
-1
BadConfigException.php
framework/base/BadConfigException.php
+1
-1
BadMethodException.php
framework/base/BadMethodException.php
+1
-1
BadParamException.php
framework/base/BadParamException.php
+1
-1
BadPropertyException.php
framework/base/BadPropertyException.php
+1
-1
BadRequestException.php
framework/base/BadRequestException.php
+1
-1
Behavior.php
framework/base/Behavior.php
+1
-1
Component.php
framework/base/Component.php
+1
-1
Controller.php
framework/base/Controller.php
+1
-1
Dictionary.php
framework/base/Dictionary.php
+1
-1
DictionaryIterator.php
framework/base/DictionaryIterator.php
+1
-1
ErrorHandler.php
framework/base/ErrorHandler.php
+1
-1
Event.php
framework/base/Event.php
+1
-1
Exception.php
framework/base/Exception.php
+1
-1
HttpException.php
framework/base/HttpException.php
+1
-1
InlineAction.php
framework/base/InlineAction.php
+1
-1
Model.php
framework/base/Model.php
+1
-1
ModelBehavior.php
framework/base/ModelBehavior.php
+1
-1
ModelEvent.php
framework/base/ModelEvent.php
+1
-1
Module.php
framework/base/Module.php
+1
-1
Object.php
framework/base/Object.php
+1
-1
Request.php
framework/base/Request.php
+1
-1
Response.php
framework/base/Response.php
+1
-1
SecurityManager.php
framework/base/SecurityManager.php
+1
-1
Theme.php
framework/base/Theme.php
+1
-1
UrlManager.php
framework/base/UrlManager.php
+1
-1
Vector.php
framework/base/Vector.php
+1
-1
VectorIterator.php
framework/base/VectorIterator.php
+1
-1
View.php
framework/base/View.php
+1
-1
Widget.php
framework/base/Widget.php
+1
-1
ApcCache.php
framework/caching/ApcCache.php
+1
-1
Cache.php
framework/caching/Cache.php
+1
-1
ChainedDependency.php
framework/caching/ChainedDependency.php
+1
-1
DbCache.php
framework/caching/DbCache.php
+1
-1
DbDependency.php
framework/caching/DbDependency.php
+1
-1
Dependency.php
framework/caching/Dependency.php
+1
-1
DummyCache.php
framework/caching/DummyCache.php
+1
-1
ExpressionDependency.php
framework/caching/ExpressionDependency.php
+1
-1
FileCache.php
framework/caching/FileCache.php
+1
-1
FileDependency.php
framework/caching/FileDependency.php
+1
-1
MemCache.php
framework/caching/MemCache.php
+1
-1
MemCacheServer.php
framework/caching/MemCacheServer.php
+1
-1
WinCache.php
framework/caching/WinCache.php
+1
-1
XCache.php
framework/caching/XCache.php
+1
-1
ZendDataCache.php
framework/caching/ZendDataCache.php
+1
-1
Application.php
framework/console/Application.php
+1
-1
Controller.php
framework/console/Controller.php
+1
-1
Request.php
framework/console/Request.php
+1
-1
CreateController.php
framework/console/controllers/CreateController.php
+1
-1
HelpController.php
framework/console/controllers/HelpController.php
+1
-1
MessageController.php
framework/console/controllers/MessageController.php
+1
-1
MigrateController.php
framework/console/controllers/MigrateController.php
+1
-1
ShellController.php
framework/console/controllers/ShellController.php
+1
-1
ActiveQuery.php
framework/db/ActiveQuery.php
+1
-1
ActiveRecord.php
framework/db/ActiveRecord.php
+1
-1
ActiveRecordBehavior.php
framework/db/ActiveRecordBehavior.php
+1
-1
ActiveRelation.php
framework/db/ActiveRelation.php
+1
-1
ColumnSchema.php
framework/db/ColumnSchema.php
+1
-1
Command.php
framework/db/Command.php
+1
-1
Connection.php
framework/db/Connection.php
+1
-1
DataReader.php
framework/db/DataReader.php
+1
-1
Driver.php
framework/db/Driver.php
+1
-1
Exception.php
framework/db/Exception.php
+1
-1
Expression.php
framework/db/Expression.php
+1
-1
Query.php
framework/db/Query.php
+1
-1
QueryBuilder.php
framework/db/QueryBuilder.php
+1
-1
Transaction.php
framework/db/Transaction.php
+1
-1
Driver.php
framework/db/mysql/Driver.php
+1
-1
QueryBuilder.php
framework/db/mysql/QueryBuilder.php
+1
-1
Driver.php
framework/db/sqlite/Driver.php
+1
-1
QueryBuilder.php
framework/db/sqlite/QueryBuilder.php
+1
-1
DbTarget.php
framework/logging/DbTarget.php
+1
-1
EmailTarget.php
framework/logging/EmailTarget.php
+1
-1
FileTarget.php
framework/logging/FileTarget.php
+1
-1
Logger.php
framework/logging/Logger.php
+1
-1
Router.php
framework/logging/Router.php
+1
-1
Target.php
framework/logging/Target.php
+1
-1
TestCase.php
framework/test/TestCase.php
+1
-1
ArrayHelper.php
framework/util/ArrayHelper.php
+1
-1
ConsoleHelper.php
framework/util/ConsoleHelper.php
+1
-1
FileHelper.php
framework/util/FileHelper.php
+1
-1
ReflectionHelper.php
framework/util/ReflectionHelper.php
+1
-1
StringHelper.php
framework/util/StringHelper.php
+1
-1
mimeTypes.php
framework/util/mimeTypes.php
+1
-1
BooleanValidator.php
framework/validators/BooleanValidator.php
+1
-1
CaptchaValidator.php
framework/validators/CaptchaValidator.php
+1
-1
CompareValidator.php
framework/validators/CompareValidator.php
+1
-1
DateValidator.php
framework/validators/DateValidator.php
+1
-1
DefaultValueValidator.php
framework/validators/DefaultValueValidator.php
+1
-1
EmailValidator.php
framework/validators/EmailValidator.php
+1
-1
ExistValidator.php
framework/validators/ExistValidator.php
+1
-1
FileValidator.php
framework/validators/FileValidator.php
+1
-1
FilterValidator.php
framework/validators/FilterValidator.php
+1
-1
InlineValidator.php
framework/validators/InlineValidator.php
+1
-1
IntegerValidator.php
framework/validators/IntegerValidator.php
+1
-1
NumberValidator.php
framework/validators/NumberValidator.php
+1
-1
RangeValidator.php
framework/validators/RangeValidator.php
+1
-1
RegularExpressionValidator.php
framework/validators/RegularExpressionValidator.php
+1
-1
RequiredValidator.php
framework/validators/RequiredValidator.php
+1
-1
SafeValidator.php
framework/validators/SafeValidator.php
+1
-1
StringValidator.php
framework/validators/StringValidator.php
+1
-1
UniqueValidator.php
framework/validators/UniqueValidator.php
+1
-1
UnsafeValidator.php
framework/validators/UnsafeValidator.php
+1
-1
UrlValidator.php
framework/validators/UrlValidator.php
+1
-1
Validator.php
framework/validators/Validator.php
+1
-1
Application.php
framework/web/Application.php
+1
-1
Controller.php
framework/web/Controller.php
+1
-1
Cookie.php
framework/web/Cookie.php
+1
-1
CookieCollection.php
framework/web/CookieCollection.php
+1
-1
Request.php
framework/web/Request.php
+1
-1
Response.php
framework/web/Response.php
+1
-1
yii.php
framework/yii.php
+1
-1
yiic
framework/yiic
+1
-1
yiic.php
framework/yiic.php
+1
-1
ActiveRecord.php
tests/unit/data/ar/ActiveRecord.php
+1
-1
No files found.
docs/code_style.md
View file @
8e05e6e6
...
@@ -134,7 +134,7 @@ class MyClass extends \yii\Object implements MyInterface
...
@@ -134,7 +134,7 @@ class MyClass extends \yii\Object implements MyInterface
### Constants
### Constants
Both class level constants and glo
v
al constants should be named in uppercase. Words
Both class level constants and glo
b
al constants should be named in uppercase. Words
are separated by underscore.
are separated by underscore.
~~~
~~~
...
@@ -144,7 +144,7 @@ class User {
...
@@ -144,7 +144,7 @@ class User {
}
}
~~~
~~~
It's prefer
r
able to define class level constants rather than global ones.
It's preferable to define class level constants rather than global ones.
### Functions and methods
### Functions and methods
...
@@ -200,7 +200,7 @@ doIt('a', array(
...
@@ -200,7 +200,7 @@ doIt('a', array(
-
Operators inside of parenthesis should be separated by spaces.
-
Operators inside of parenthesis should be separated by spaces.
-
Opening brace is on the same line.
-
Opening brace is on the same line.
-
Closing brace is on a new line.
-
Closing brace is on a new line.
-
Always use braces for single line staements.
-
Always use braces for single line sta
t
ements.
~~~
~~~
if ($event === null) {
if ($event === null) {
...
@@ -254,7 +254,7 @@ switch ($this->phpType) {
...
@@ -254,7 +254,7 @@ switch ($this->phpType) {
* Component class file.
* Component class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
~~~
~~~
...
@@ -265,7 +265,7 @@ switch ($this->phpType) {
...
@@ -265,7 +265,7 @@ switch ($this->phpType) {
/**
/**
* Component is the base class that provides the *property*, *event* and *behavior* features.
* Component is the base class that provides the *property*, *event* and *behavior* features.
*
*
* @include @yii/
base/
Component.md
* @include @yii/
docs/base-
Component.md
*
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0
* @since 2.0
...
...
framework/YiiBase.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* YiiBase class file.
* YiiBase class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/Action.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Action class file.
* Action class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/ActionEvent.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* ActionEvent class file.
* ActionEvent class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/ActionFilter.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* ActionFilter class file.
* ActionFilter class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/Application.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Application class file.
* Application class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/ApplicationComponent.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* ApplicationComponent class file.
* ApplicationComponent class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/BadConfigException.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* BadConfigException class file.
* BadConfigException class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/BadMethodException.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* BadMethodException class file.
* BadMethodException class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/BadParamException.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* BadParamException class file.
* BadParamException class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/BadPropertyException.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* BadPropertyException class file.
* BadPropertyException class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/BadRequestException.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* BadRequestException class file.
* BadRequestException class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/Behavior.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Behavior class file.
* Behavior class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/Component.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Component class file.
* Component class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/Controller.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Controller class file.
* Controller class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/Dictionary.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Dictionary class file.
* Dictionary class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/DictionaryIterator.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* DictionaryIterator class file.
* DictionaryIterator class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/ErrorHandler.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* ErrorHandler class file.
* ErrorHandler class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/Event.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Event class file.
* Event class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/Exception.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Exception class file.
* Exception class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/HttpException.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* HttpException class file.
* HttpException class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/InlineAction.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* InlineAction class file.
* InlineAction class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/Model.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Model class file.
* Model class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/ModelBehavior.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* ModelBehavior class file.
* ModelBehavior class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/ModelEvent.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* ModelEvent class file.
* ModelEvent class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/Module.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Module class file.
* Module class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/Object.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Object class file.
* Object class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/Request.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Request class file.
* Request class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/Response.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Response class file.
* Response class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/SecurityManager.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* SecurityManager class file.
* SecurityManager class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/Theme.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Theme class file.
* Theme class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/UrlManager.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* UrlManager class file
* UrlManager class file
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/Vector.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Vector class file.
* Vector class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/VectorIterator.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* VectorIterator class file.
* VectorIterator class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/View.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* View class file.
* View class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/base/Widget.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Widget class file.
* Widget class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/caching/ApcCache.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* ApcCache class file
* ApcCache class file
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/caching/Cache.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Cache class file.
* Cache class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/caching/ChainedDependency.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* ChainedDependency class file.
* ChainedDependency class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/caching/DbCache.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* DbCache class file
* DbCache class file
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/caching/DbDependency.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* DbDependency class file.
* DbDependency class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/caching/Dependency.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Dependency class file.
* Dependency class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/caching/DummyCache.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* DummyCache class file.
* DummyCache class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/caching/ExpressionDependency.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* ExpressionDependency class file.
* ExpressionDependency class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/caching/FileCache.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* FileCache class file
* FileCache class file
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/caching/FileDependency.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* FileDependency class file.
* FileDependency class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/caching/MemCache.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* MemCache class file
* MemCache class file
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/caching/MemCacheServer.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* MemCacheServer class file
* MemCacheServer class file
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/caching/WinCache.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* WinCache class file
* WinCache class file
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/caching/XCache.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* XCache class file
* XCache class file
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/caching/ZendDataCache.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* ZendDataCache class file
* ZendDataCache class file
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/console/Application.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Console Application class file.
* Console Application class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/console/Controller.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Controller class file.
* Controller class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/console/Request.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Request class file.
* Request class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/console/controllers/CreateController.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* CreateController class file.
* CreateController class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/console/controllers/HelpController.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* HelpController class file.
* HelpController class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/console/controllers/MessageController.php
View file @
8e05e6e6
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
*
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/console/controllers/MigrateController.php
View file @
8e05e6e6
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
*
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/console/controllers/ShellController.php
View file @
8e05e6e6
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
*
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/db/ActiveQuery.php
View file @
8e05e6e6
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
*
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/db/ActiveRecord.php
View file @
8e05e6e6
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
*
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/db/ActiveRecordBehavior.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* ActiveRecordBehavior class file.
* ActiveRecordBehavior class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/db/ActiveRelation.php
View file @
8e05e6e6
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
*
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/db/ColumnSchema.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* ColumnSchema class file.
* ColumnSchema class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/db/Command.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Command class file.
* Command class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/db/Connection.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Connection class file
* Connection class file
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/db/DataReader.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* DataReader class file
* DataReader class file
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/db/Driver.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Driver class file.
* Driver class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/db/Exception.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Exception class file.
* Exception class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/db/Expression.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Expression class file.
* Expression class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/db/Query.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Query class file.
* Query class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/db/QueryBuilder.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* QueryBuilder class file.
* QueryBuilder class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/db/Transaction.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Transaction class file.
* Transaction class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/db/mysql/Driver.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Driver class file.
* Driver class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/db/mysql/QueryBuilder.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* QueryBuilder class file.
* QueryBuilder class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/db/sqlite/Driver.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Driver class file.
* Driver class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/db/sqlite/QueryBuilder.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* QueryBuilder class file.
* QueryBuilder class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/logging/DbTarget.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* DbTarget class file.
* DbTarget class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/logging/EmailTarget.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* EmailTarget class file.
* EmailTarget class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/logging/FileTarget.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* FileTarget class file.
* FileTarget class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/logging/Logger.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Logger class file
* Logger class file
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/logging/Router.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Router class file.
* Router class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/logging/Target.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Target class file.
* Target class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/test/TestCase.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* TestCase class.
* TestCase class.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/util/ArrayHelper.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* ArrayHelper class file.
* ArrayHelper class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/util/ConsoleHelper.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* ConsoleHelper class file.
* ConsoleHelper class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/util/FileHelper.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Filesystem helper class file.
* Filesystem helper class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/util/ReflectionHelper.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* ReflectionHelper class file.
* ReflectionHelper class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/util/StringHelper.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* StringHelper class file.
* StringHelper class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/util/mimeTypes.php
View file @
8e05e6e6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
* according to file extension names.
* according to file extension names.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
* @since 2.0
* @since 2.0
*/
*/
...
...
framework/validators/BooleanValidator.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* BooleanValidator class file.
* BooleanValidator class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/validators/CaptchaValidator.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* CaptchaValidator class file.
* CaptchaValidator class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/validators/CompareValidator.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* CompareValidator class file.
* CompareValidator class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/validators/DateValidator.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* DateValidator class file.
* DateValidator class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/validators/DefaultValueValidator.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* DefaultValueValidator class file.
* DefaultValueValidator class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/validators/EmailValidator.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* EmailValidator class file.
* EmailValidator class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/validators/ExistValidator.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* ExistValidator class file.
* ExistValidator class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/validators/FileValidator.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* CFileValidator class file.
* CFileValidator class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/validators/FilterValidator.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* FilterValidator class file.
* FilterValidator class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/validators/InlineValidator.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* InlineValidator class file.
* InlineValidator class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/validators/IntegerValidator.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* IntegerValidator class file.
* IntegerValidator class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/validators/NumberValidator.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* NumberValidator class file.
* NumberValidator class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/validators/RangeValidator.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* RangeValidator class file.
* RangeValidator class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/validators/RegularExpressionValidator.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* RegularExpressionValidator class file.
* RegularExpressionValidator class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/validators/RequiredValidator.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* RequiredValidator class file.
* RequiredValidator class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/validators/SafeValidator.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* SafeValidator class file.
* SafeValidator class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/validators/StringValidator.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* StringValidator class file.
* StringValidator class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/validators/UniqueValidator.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* UniqueValidator class file.
* UniqueValidator class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/validators/UnsafeValidator.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* UnsafeValidator class file.
* UnsafeValidator class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/validators/UrlValidator.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* UrlValidator class file.
* UrlValidator class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/validators/Validator.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Validator class file.
* Validator class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/web/Application.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Application class file.
* Application class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/web/Controller.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Controller class file.
* Controller class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/web/Cookie.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Cookie class file.
* Cookie class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/web/CookieCollection.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Dictionary class file.
* Dictionary class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/web/Request.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Request class file.
* Request class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/web/Response.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Response class file.
* Response class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/yii.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Yii bootstrap file.
* Yii bootstrap file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/yiic
View file @
8e05e6e6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
* This is the bootstrap script for running yiic on Unix/Linux.
* This is the bootstrap script for running yiic on Unix/Linux.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
framework/yiic.php
View file @
8e05e6e6
...
@@ -4,7 +4,7 @@ define('YII_DEBUG', true);
...
@@ -4,7 +4,7 @@ define('YII_DEBUG', true);
* Yii console bootstrap file.
* Yii console bootstrap file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
tests/unit/data/ar/ActiveRecord.php
View file @
8e05e6e6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* ActiveRecord class file.
* ActiveRecord class file.
*
*
* @link http://www.yiiframework.com/
* @link http://www.yiiframework.com/
* @copyright Copyright © 2008
-2012
Yii Software LLC
* @copyright Copyright © 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license http://www.yiiframework.com/license/
*/
*/
...
...
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