/** * Returns the SourceBans application singleton * * @return SourceBans the SourceBans application singleton */ public static function &app() { if (!self::$_app) { self::$_app = new self(); } return self::$_app; }