Files
EasySoft-ZenTaoPMS/module/dev/test/model/getmoduleextpath.php
T

20 lines
339 B
PHP

#!/usr/bin/env php
<?php
include dirname(__FILE__, 5) . "/test/lib/init.php";
/**
title=测试 devModel::getModuleExtPath();
cid=1
pid=1
获取扩展的模块路径 >> xuan
*/
global $tester;
$tester->loadModel('dev');
$extPath = $tester->dev->getModuleExtPath();
r(key($extPath)) && p() && e('xuan'); // 获取扩展的模块路径