コード例 #1
0
ファイル: postimage.php プロジェクト: cabelotaina/redelivre
 static function load()
 {
     if (!self::$instance) {
         self::$instance = new PostImage();
     }
     return self::$instance;
 }