Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Commit

Permalink
Added dbmanager module and tracking submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Jun 4, 2010
1 parent d93e0be commit cf934ae
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -11,3 +11,6 @@ nbproject

# PHPStorm project config folders
.idea

# modules
kohana/modules/dbm
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -10,3 +10,6 @@
[submodule "kohana/modules/pagination"]
path = kohana/modules/pagination
url = http://github.com/kohana/pagination.git
[submodule "kohana/modules/dbmanager"]
path = kohana/modules/dbmanager
url = http://github.com/icyleaf/dbmanager.git
1 change: 1 addition & 0 deletions application/bootstrap.php
Expand Up @@ -83,6 +83,7 @@
'orm' => MODPATH.'orm', // KO3 Object Relationship Mapping
'pagination' => MODPATH.'pagination', // Paging of results
'imailer' => MODPATH.'imailer', // PHPMailer
'dbmanager' => MODPATH.'dbmanager', // Database manager
));

/**
Expand Down
1 change: 1 addition & 0 deletions kohana/modules/dbmanager
Submodule dbmanager added at 77b010
2 changes: 1 addition & 1 deletion kohana/modules/orm
Submodule orm updated 1 files
+3 −0 classes/kohana/orm.php
2 changes: 1 addition & 1 deletion kohana/system
Submodule system updated 1 files
+1 −1 views/kohana/error.php

0 comments on commit cf934ae

Please sign in to comment.