diff options
author | rojaro <> | 2009-07-13 14:02:17 +0000 |
---|---|---|
committer | rojaro <> | 2009-07-13 14:02:17 +0000 |
commit | 78af2b4630ccde4b03659a259f739f83ae0de9ec (patch) | |
tree | f1a27cc2dbe77682143ae8243eee91187e66c6fe /.gitattributes | |
parent | b4b2c7e5e2eadd48b344538823dcf5645939ba44 (diff) |
- ActiveRecord Port from Yii ... not perfect but works ^^
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 1ba435cd..5fdca142 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2202,6 +2202,36 @@ framework/Data/TDbCommand.php -text framework/Data/TDbConnection.php -text framework/Data/TDbDataReader.php -text framework/Data/TDbTransaction.php -text +framework/Db/ActiveRecord/Relations/DEPRECATED_COMPATIBILITY_REASONS_ONLY -text +framework/Db/ActiveRecord/Relations/TActiveRecordRelationContext.php -text +framework/Db/ActiveRecord/TActiveFinder.php -text +framework/Db/ActiveRecord/TActiveRecord.php -text +framework/Db/ActiveRecord/TActiveRecordBehavior.php -text +framework/Db/ActiveRecord/TActiveRecordCriteria.php -text +framework/Db/Schema/TDbColumnSchema.php -text +framework/Db/Schema/TDbCommandBuilder.php -text +framework/Db/Schema/TDbCriteria.php -text +framework/Db/Schema/TDbExpression.php -text +framework/Db/Schema/TDbSchema.php -text +framework/Db/Schema/TDbTableSchema.php -text +framework/Db/Schema/mssql/TMssqlColumnSchema.php -text +framework/Db/Schema/mssql/TMssqlCommandBuilder.php -text +framework/Db/Schema/mssql/TMssqlPdoAdapter.php -text +framework/Db/Schema/mssql/TMssqlSchema.php -text +framework/Db/Schema/mssql/TMssqlTableSchema.php -text +framework/Db/Schema/mysql/TMysqlColumnSchema.php -text +framework/Db/Schema/mysql/TMysqlSchema.php -text +framework/Db/Schema/mysql/TMysqlTableSchema.php -text +framework/Db/Schema/oci/TOciColumnSchema.php -text +framework/Db/Schema/oci/TOciCommandBuilder.php -text +framework/Db/Schema/oci/TOciSchema.php -text +framework/Db/Schema/oci/TOciTableSchema.php -text +framework/Db/Schema/pgsql/TPgsqlColumnSchema.php -text +framework/Db/Schema/pgsql/TPgsqlSchema.php -text +framework/Db/Schema/pgsql/TPgsqlTableSchema.php -text +framework/Db/Schema/sqlite/TSqliteColumnSchema.php -text +framework/Db/Schema/sqlite/TSqliteCommandBuilder.php -text +framework/Db/Schema/sqlite/TSqliteSchema.php -text framework/Exceptions/TErrorHandler.php -text framework/Exceptions/TException.php -text framework/Exceptions/messages/messages-id.txt -text |