thinkphp 3.2 如何调用第三方类库
2019-10-12 本文已影响0人
geeooooz
例:
// 导入Org类库包 thinkphp/Library/Org/Util/Date.class.php类库
import("Org.Util.Date");
$test = new \Date();
例:
// 导入Org类库包 thinkphp/Library/Org/Util/Date.class.php类库
import("Org.Util.Date");
$test = new \Date();