From 78af2b4630ccde4b03659a259f739f83ae0de9ec Mon Sep 17 00:00:00 2001 From: rojaro <> Date: Mon, 13 Jul 2009 14:02:17 +0000 Subject: - ActiveRecord Port from Yii ... not perfect but works ^^ --- .gitattributes | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to '.gitattributes') 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 -- cgit v1.2.3