コード例 #1
0
ファイル: Manusing.php プロジェクト: hendrikstill/manusing
 public static function getInstance()
 {
     if (null === self::$instance) {
         self::$instance = new self();
     }
     return self::$instance;
 }
コード例 #2
0
ファイル: index.php プロジェクト: hendrikstill/manusingAnt
<?php

session_start();
include_once './lib/Manusing.php';
$manusing = Manusing::getInstance();
Classloader::getInstance()->loadPlugin("Login");
Login::getInstance();
$manusing->run();