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.
 
 
 
 
 
Sam Mousa 4a464afe9b Fixes #9656: `yii\db\BaseActiveRecord` refactored in order to getting, setting and unsetring attribute values using the same approach 9 years ago
..
cubrid Better quotes usage in strings 9 years ago
mssql Use === instead of == where possible 9 years ago
mysql Fixed #6351 MySQL 5.1 compatibility 9 years ago
oci Use === instead of == where possible 9 years ago
pgsql Use === instead of == where possible 9 years ago
sqlite Fixes #9790: Fixed `yii\db\sqlite\QueryBuilder` to generate proper SQL for UNION 9 years ago
ActiveQuery.php Replace aliases of functions 9 years ago
ActiveQueryInterface.php Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly 9 years ago
ActiveQueryTrait.php Replace aliases of functions 9 years ago
ActiveRecord.php Better quotes usage in strings 9 years ago
ActiveRecordInterface.php revised AR documentation 9 years ago
ActiveRelationTrait.php Use === instead of == where possible 9 years ago
AfterSaveEvent.php use an AfterSaveEvent class to be consistent 10 years ago
BaseActiveRecord.php Fixes #9656: `yii\db\BaseActiveRecord` refactored in order to getting, setting and unsetring attribute values using the same approach 9 years ago
BatchQueryResult.php link to PHP classes just as we do with normal classes 9 years ago
ColumnSchema.php updated some comments and `@since` annotations 9 years ago
ColumnSchemaBuilder.php Enhanced #9337 as @klimov-paul suggested in e94810551c (commitcomment-14335135) 9 years ago
Command.php Fixes #10084: Improved DB docs 9 years ago
Connection.php Implemented __sleep in yii\db\Connection 9 years ago
DataReader.php link to PHP classes just as we do with normal classes 9 years ago
Exception.php property codestyle framework 10 years ago
Expression.php property codestyle framework 10 years ago
IntegrityException.php #2435 Tests for integrity exception 11 years ago
Migration.php Better quotes usage in strings 9 years ago
MigrationInterface.php updated phpdoc and classmap 10 years ago
Query.php allow passing a single Expression object to select() and addSelect() 9 years ago
QueryBuilder.php Use === instead of == where possible 9 years ago
QueryInterface.php Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly 9 years ago
QueryTrait.php Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly 9 years ago
Schema.php Use === instead of == where possible 9 years ago
SchemaBuilderTrait.php Remove length from SchemaBuilderTrait::text. 9 years ago
StaleObjectException.php Reformat code te be PSR-2 compatible 11 years ago
TableSchema.php PSR-2 spaces, commas, etc 9 years ago
Transaction.php Use === instead of == where possible 9 years ago