public static function GetInstance() { if (self::$instanse == null) { self::$instanse = new self(); } return self::$instanse; }
public function __construct() { $this->total = M_Total::GetInstance(); }