Created
November 11, 2013 16:59
-
-
Save dkobia/7416476 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php defined('SYSPATH') OR die('No direct access allowed.'); | |
return array( | |
'auth' => MODPATH.'auth', // Basic authentication | |
'cache' => MODPATH.'cache', // Caching with multiple backends | |
// 'codebench' => MODPATH.'codebench', // Benchmarking tool | |
'database' => MODPATH.'database', // Database access | |
//'image' => MODPATH.'image', // Image manipulation | |
'orm' => MODPATH.'orm', // Object Relationship Mapping | |
'unittest' => MODPATH.'unittest', // Unit testing | |
'minion' => MODPATH.'minion', // CLI Tasks | |
'migrations' => MODPATH.'migrations', // Minion Migrations | |
'KO3-Event' => MODPATH.'KO3-Event', // Event Module | |
'email' => MODPATH.'email', // Email Module | |
//'crowdmapid' => MODPATH.'crowdmapid', // CrowdmapID Authentication | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment