Yii2 Bootstrap 3
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.
 
 
Paul Klimov 96e794b4d3 Merge branch 'master' of github.com:yiisoft/yii2 into mongo 12 years ago
..
cubrid replaced inheritdoc tags. 12 years ago
mssql Fixes #1312: fixed types map for MSSQL 12 years ago
mysql replaced inheritdoc tags. 12 years ago
pgsql Only whitespace removal 12 years ago
sqlite replaced inheritdoc tags. 12 years ago
ActiveQuery.php finalized Query interface + general cleanup 12 years ago
ActiveQueryInterface.php
ActiveQueryTrait.php refactored query and relation. 12 years ago
ActiveRecord.php doc fix. 12 years ago
ActiveRecordInterface.php created BaseActiveRecord 12 years ago
ActiveRelation.php
ActiveRelationInterface.php
ActiveRelationTrait.php ActiveRelationTrait::getModelKey() updated to work with non scalar keys. 12 years ago
BaseActiveRecord.php created BaseActiveRecord 12 years ago
ColumnSchema.php Fixes #1255: typecast empty string to null for non-string DB columns. 12 years ago
Command.php avoid throwing the same type of new db exception. 12 years ago
Connection.php
DataReader.php
Exception.php
Expression.php
Migration.php doc cleanup. 12 years ago
Query.php improved doc 12 years ago
QueryBuilder.php swapped docs and Exception to type InvalidParamException 12 years ago
QueryInterface.php
QueryTrait.php
Schema.php
StaleObjectException.php
TableSchema.php
Transaction.php