Skip to content

Instantly share code, notes, and snippets.

View johnlettman-old's full-sized avatar

John Lettman johnlettman-old

View GitHub Profile
@johnlettman-old
johnlettman-old / HyClasses.php
Created July 19, 2011 22:30
Main classes file of Hybridium Engine -- contains a collection of previously created classes for easier development.
<?php
namespace Hybridium;
###############
## URL Class ##
###############
class URL {
public static function thisURL($forceSSL = false) {
if(!isset($_SERVER['REQUEST_URI']))