Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Carsten Brandt 1b7e1cd027 Merge pull request #2605 branch 'feature' of https://github.com/mongosoft/yii2 into code-style 11 years ago
..
Action.php minor fix. 11 years ago
ActionEvent.php psr-4 move 11 years ago
ActionFilter.php Changed `Controller::afterAction()`, `Module::afterAction()` and `ActionFilter::afterAction()` to pass `$result` by value instead of reference 11 years ago
Application.php check error level in error handler 11 years ago
ArrayAccessTrait.php Added links to PHP.net to apidoc 11 years ago
Arrayable.php psr-4 move 11 years ago
ArrayableTrait.php REST wip. 11 years ago
Behavior.php psr-4 move 11 years ago
Component.php Added links to PHP.net to apidoc 11 years ago
Controller.php Changed `Controller::afterAction()`, `Module::afterAction()` and `ActionFilter::afterAction()` to pass `$result` by value instead of reference 11 years ago
DynamicModel.php added more tests. 11 years ago
ErrorException.php Merge pull request #2605 branch 'feature' of https://github.com/mongosoft/yii2 into code-style 11 years ago
ErrorHandler.php Fixed incorrect error handling. 11 years ago
Event.php Added links to PHP.net to apidoc 11 years ago
Exception.php psr-4 move 11 years ago
Extension.php psr-4 move 11 years ago
Formatter.php fix code style `No space found after comma in function call` 11 years ago
InlineAction.php psr-4 move 11 years ago
InvalidCallException.php psr-4 move 11 years ago
InvalidConfigException.php psr-4 move 11 years ago
InvalidParamException.php psr-4 move 11 years ago
InvalidRouteException.php psr-4 move 11 years ago
MailEvent.php phpdoc fixes, unused variable 11 years ago
Model.php Removed unused "use" statements 11 years ago
ModelEvent.php psr-4 move 11 years ago
Module.php Fixes #2629: `Module::controllerPath` is now read only, and all controller classes must be namespaced under `Module::controllerNamespace` 11 years ago
NotSupportedException.php psr-4 move 11 years ago
Object.php moved `@include` tags of api docs directly into the class 11 years ago
Request.php fix code style `There must be one blank line after the namespace declaration` 11 years ago
Response.php Fixes #706: Added `yii\widgets\Pjax` and enhanced `GridView` to work with `Pjax` to support AJAX-update 11 years ago
Theme.php Fixed phpdoc class reference in Theme 11 years ago
UnknownClassException.php psr-4 move 11 years ago
UnknownMethodException.php psr-4 move 11 years ago
UnknownPropertyException.php psr-4 move 11 years ago
UserException.php psr-4 move 11 years ago
View.php proper implementation of View::viewFile. 11 years ago
ViewContextInterface.php psr-4 move 11 years ago
ViewEvent.php Added `View::viewFile` and removed `ViewEvent::viewFile` 11 years ago
ViewRenderer.php psr-4 move 11 years ago
Widget.php Fixed Widget::widget 11 years ago