示例#1
0
文件: Adapter.php 项目: rocknoon/wf
 public function Instance()
 {
     if (self::$_instance === null) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }
示例#2
0
文件: load.php 项目: rocknoon/wf
<?php

return WF_Com_Smarty_Adapter::Instance();