diff options
author | jrags <> | 2007-02-21 16:31:50 +0000 |
---|---|---|
committer | jrags <> | 2007-02-21 16:31:50 +0000 |
commit | 0da331cb45cf202bf7fbd519c8d65f5956c85b2b (patch) | |
tree | 7c73d6f7e0ae58a053720a6c0ff35ace2acb6c40 /.gitattributes | |
parent | a2555e2441f51147e9e773f38624021067744d21 (diff) |
Converted BlogDataModule Record classes to use active record, also changed the data module to load the database into the active record handler
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 5af0c0a1..eafd0a98 100644 --- a/.gitattributes +++ b/.gitattributes @@ -645,8 +645,18 @@ buildscripts/wikibuilder/external.png -text buildscripts/wikibuilder/main.css -text demos/activeblog/index.php -text demos/activeblog/protected/.htaccess -text +demos/activeblog/protected/App_Controls/BlogException.php -text +demos/activeblog/protected/App_Controls/BlogPage.php -text +demos/activeblog/protected/App_Controls/messages.txt -text +demos/activeblog/protected/App_Data/Settings.xml -text +demos/activeblog/protected/App_Data/blog.db -text svneol=unset#unset demos/activeblog/protected/App_Layouts/MainLayout.php -text demos/activeblog/protected/App_Layouts/MainLayout.tpl -text +demos/activeblog/protected/App_Modules/BlogDataModule.php -text +demos/activeblog/protected/App_Modules/BlogErrorHandler.php -text +demos/activeblog/protected/App_Modules/BlogUser.php -text +demos/activeblog/protected/App_Modules/BlogUserManager.php -text +demos/activeblog/protected/App_Modules/schema.sql -text demos/activeblog/protected/App_Pages/Home.page -text demos/activeblog/protected/App_Pages/Home.php -text demos/activeblog/protected/application.xml -text |