Tom Morton is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

errant / Modular

Clone this repository (size: 3.3 KB): HTTPS / SSH
hg clone https://bitbucket.org/errant/modular
hg clone ssh://hg@bitbucket.org/errant/modular

Modular / init.php

Branch
default
<?

/*
 *
 *  MODULAR V1.0
 *
 *  Modular is a en extension to the Kohana PHP Framework that
 *  Allows dynamic loading/unloading of other Kohana Modules
 *
 *
 *  NOTE: Modular must be the LAST statically loaded module, or nasty things will happen
 *
 *  Requires:
 *      - Kohana Jelly ORM
 *
 *  Optional:
 *      - JellyBean (Settings)
 *
 */

// Initialise
Modular::init();