Files
EasySoft-ZenTaoPMS/test/model/program/settreepath.php
2022-03-16 09:42:37 +08:00

20 lines
430 B
PHP
Executable File

#!/usr/bin/env php
<?php
include dirname(dirname(dirname(__FILE__))) . '/lib/init.php';
include dirname(dirname(dirname(__FILE__))) . '/class/program.class.php';
/**
title=测试 programModel::setTreePath();
cid=1
pid=1
查找id=12的项目集的path >> ,2,12,
*/
$program = new Program('admin');
$findId = array(12, 1000);
r($program->setTreePath($findId[0])) && p('path') && e(',2,12,'); // 查找id=12的项目集的path