sbstjn / SimplePHP

A bunch of static PHP classes making everyday code easier and comfortable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

== SimplePHP Source

A bunch of PHP classes making everyday coding easier and comfortable. Static functions for simple access of common uses.

== Getting Started

Add the following lines to your code to use SimplePHP's functions:

	<?php
	// Define SimplePHP's absolute path and load init script
	define('PATH_SIMPLEPHP', '/your/absolute/path/to/SimplePHP/');
	require_once PATH_SIMPLEPHP . 'init.php';

About

A bunch of static PHP classes making everyday code easier and comfortable.


Languages

Language:PHP 100.0%