Skip to content

Instantly share code, notes, and snippets.

View kballenegger's full-sized avatar

Kenneth Ballenegger kballenegger

View GitHub Profile
<?php
class User {
// static
private static $_current_user = null;
// non-static
private $_data = array();
<?php
//
// attemplate.inc.php
//
// Created by Kenneth Ballenegger on 2009-06-30.
// Copyright (c) 2009 Arure Talon. All rights reserved.
//
/*