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 284ec069ad implemented ANSI strlen helper 10 years ago
..
assets Fixes #3934: Added attr() method instead prop() to get valid action url. 10 years ago
base Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
behaviors doc update [skip ci] 10 years ago
caching Fixes #2558: Enhanced support for memcached by adding `yii\caching\MemCache::persistentId` and `yii\caching\MemCache::options` 10 years ago
captcha Imagick image can not be converted to string on HHVM 10 years ago
console implemented markdown parsing for console command description 10 years ago
data Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
db added mysql blob and longblob to the list 10 years ago
di Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
filters Finished filter section [skip ci] 10 years ago
grid Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
helpers implemented ANSI strlen helper 10 years ago
i18n \yii\i18n\DbMessageSource code style fixes 10 years ago
log Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
mail Update BaseMailer.php 11 years ago
messages Fixes #4027: added Turkish messages 10 years ago
mutex Doc comments for the 'mutex' classes extended 10 years ago
rbac Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
requirements Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
rest Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
test Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
validators Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
views added unit tests for schema detection 10 years ago
web do not show debug info for UserException 10 years ago
widgets added usage example of ActiveField::widget() 10 years ago
.gitignore psr-4 move 11 years ago
.htaccess psr-4 move 11 years ago
BaseYii.php another @see 10 years ago
CHANGELOG.md added support for BIT default values 10 years ago
LICENSE.md updated license information. 11 years ago
README.md added code coverage using scrutinizer.com 11 years ago
UPGRADE.md refactored file validator. 10 years ago
Yii.php DI WIP 11 years ago
classes.php added docs about build automation tool 11 years ago
composer.json implemented markdown parsing for console command description 10 years ago
yii implemented markdown parsing for console command description 10 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 the Yii framework 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.