Skip to content

A bunch of PHP objects making everyday code easier and comfortable

Notifications You must be signed in to change notification settings

sbstjn/SimpleObjects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

== SimpleObjects Source

A bunch of PHP objects making everyday code easier and comfortable. 

== Getting Started

Add the following lines to your code to use SimpleObjects:

	<?php
	// Define absolute path to SimpleObjects
	define('PATH_SIMPLEOBJECTS', '/your/absolute/path/to/SimpleObjects/');
	require_once PATH_SIMPLEOBJECTS . 'init.php';

About

A bunch of PHP objects making everyday code easier and comfortable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages