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.
 
 
 
 
 
Alexander Makarov 208d5eaca7 Fixes #2195 11 years ago
..
assets Merge pull request #1958 from 6pblcb/yiiActiveForm-beforeSubmit 11 years ago
base updated phpdoc properties 11 years ago
behaviors AutoTimestamp updated 11 years ago
caching fixed potential problem about using unset variables. 11 years ago
captcha made post params consistend with body and query params in request 11 years ago
console fix the _only_ option in calls to FileHelper::findFiles() 11 years ago
data refactored params methods in Request 11 years ago
db more union fix. 11 years ago
grid GridView typo fixed 11 years ago
helpers more clear docs about html options 11 years ago
i18n fixes #2176 11 years ago
log updated phpdoc properties 11 years ago
mail Fixed refactoring 11 years ago
messages Merge branch '2048-improve-messages-config-exceptions' of github.com:nineinchnick/yii2 into nineinchnick-2048-improve-messages-config-exceptions 11 years ago
mutex psr-4 move 11 years ago
rbac more null fixes. 11 years ago
requirements doc fix. 11 years ago
test updated phpdoc properties 11 years ago
validators Fixes #2149: Added `yii\base\DynamicModel` to support ad-hoc data validation 11 years ago
views fix the _only_ option in calls to FileHelper::findFiles() 11 years ago
web Added `yii\web\Request::get($name = null, $defaultValue = null)` and `yii\web\Request::post($name = null, $defaultValue = null)` 11 years ago
widgets Merge branch 'request-params-refactoring' of github.com:cebe/yii2 into cebe-request-params-refactoring 11 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php Fixes #2195 11 years ago
CHANGELOG.md Fixed an issue with Filehelper and not accessable directories 11 years ago
LICENSE.md updated license information. 11 years ago
README.md Added --prefer-dist to all docs 11 years ago
UPGRADE.md reorganized the main repo to satisfy PSR-0. 12 years ago
Yii.php psr-4 move 11 years ago
classes.php updated classmap 11 years ago
composer.json Fixes #1897 11 years ago
yii Fix typos in constant 11 years ago
yii.bat psr-4 move 11 years ago

README.md

Yii PHP Framework Version 2

This is the core framework code of Yii 2.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist "yiisoft/yii2 *"

or add

"yiisoft/yii2": "*"

to the require section of your composer.json.