forked from yiisoft/yii2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
11 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,8 +50,8 @@ | |
/** | ||
* BaseYii is the core helper class for the Yii framework. | ||
* | ||
* Do not use BaseYii directly. Instead, use its child class [[\Yii]] where | ||
* you can customize methods of BaseYii. | ||
* Do not use BaseYii directly. Instead, use its child class [[\Yii]] which you can replace to | ||
* customize methods of BaseYii. | ||
* | ||
* @author Qiang Xue <[email protected]> | ||
* @since 2.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,9 +16,6 @@ | |
* Allows pagination via [[limit]] and [[offset]]. | ||
* Sorting is supported via [[orderBy]] and items can be limited to match some conditions using [[where]]. | ||
* | ||
* By calling [[createCommand()]], we can get a [[Command]] instance which can be further | ||
* used to perform/execute the DB query against a database. | ||
* | ||
* @author Qiang Xue <[email protected]> | ||
* @author Carsten Brandt <[email protected]> | ||
* @since 2.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters