This commit is contained in:
Deon George
2011-08-27 17:14:02 +10:00
parent 2d02bde964
commit ee0cc6aac5
13 changed files with 607 additions and 0 deletions

View File

@@ -111,6 +111,7 @@ Kohana::modules(array(
'userguide' => SMDPATH.'userguide', // User guide and API documentation
'khemail' => SMDPATH.'khemail', // Email module for Kohana 3 PHP Framework
'gchart' => MODPATH.'gchart', // Google Chart Module
'pagination' => SMDPATH.'pagination', // Kohana Pagination module for Kohana 3 PHP Framework
'xml' => SMDPATH.'xml', // XML module for Kohana 3 PHP Framework
));