diff options
author | wei <> | 2006-11-26 22:15:58 +0000 |
---|---|---|
committer | wei <> | 2006-11-26 22:15:58 +0000 |
commit | a8b3ebe8f62c3888b216d827c1c5dcba8a47d4e1 (patch) | |
tree | 5eef79dbc5e2f506047fa463cb427a40a7bd8441 /.gitattributes | |
parent | 6773dfe453682d2b39a26fbabef8e706bf6bb412 (diff) |
Adding active record implementation.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 89e7752e..d2a490a3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1400,6 +1400,25 @@ framework/Collections/TStack.php -text framework/Configuration/Provider/TProviderBase.php -text framework/Configuration/Provider/TProviderException.php -text framework/Configuration/TProtectedConfiguration.php -text +framework/Data/ActiveRecord/Exceptions/TActiveRecordException.php -text +framework/Data/ActiveRecord/Exceptions/messages.txt -text +framework/Data/ActiveRecord/TActiveRecord.php -text +framework/Data/ActiveRecord/TActiveRecordCriteria.php -text +framework/Data/ActiveRecord/TActiveRecordGateway.php -text +framework/Data/ActiveRecord/TActiveRecordManager.php -text +framework/Data/ActiveRecord/TActiveRecordStateRegistry.php -text +framework/Data/ActiveRecord/Vendor/TDbMetaData.php -text +framework/Data/ActiveRecord/Vendor/TDbMetaDataCommon.php -text +framework/Data/ActiveRecord/Vendor/TDbMetaDataInspector.php -text +framework/Data/ActiveRecord/Vendor/TMysqlColumnMetaData.php -text +framework/Data/ActiveRecord/Vendor/TMysqlMetaData.php -text +framework/Data/ActiveRecord/Vendor/TMysqlMetaDataInspector.php -text +framework/Data/ActiveRecord/Vendor/TPgsqlColumnMetaData.php -text +framework/Data/ActiveRecord/Vendor/TPgsqlMetaData.php -text +framework/Data/ActiveRecord/Vendor/TPgsqlMetaDataInspector.php -text +framework/Data/ActiveRecord/Vendor/TSqliteColumnMetaData.php -text +framework/Data/ActiveRecord/Vendor/TSqliteMetaData.php -text +framework/Data/ActiveRecord/Vendor/TSqliteMetaDataInspector.php -text framework/Data/TDbCommand.php -text framework/Data/TDbConnection.php -text framework/Data/TDbDataReader.php -text |