Example #1
0
 /**
  * Bootstrap the manager
  * 
  * @return void
  * 
  * @access public
  */
 public static function bootstrap()
 {
     if (is_null(self::$_instance)) {
         self::$_instance = new self();
     }
 }