2 if(class_exists('BaseObject'))
5 require_once('boot.php');
10 * Contains what is usefull to any object
13 private static $app = null;
18 * Same as get_app from boot.php
20 public function get_app() {
24 self::$app = get_app();
32 public static function set_app($app) {