timoj / PHPModNinja

A php class for implementing files in a modular manner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

! Work in progress !

PHPModNinja

A php class for implementing files in a modular manner

Installation

Add the following code to the index.php on the root of your project:

require_once('ModNinja.php');
$modNinja = new ModNinja();

About

A php class for implementing files in a modular manner

License:MIT License


Languages

Language:PHP 100.0%