Files
EasySoft-ZenTaoPMS/test/model/productplan/linkproject.php
T
2022-03-31 09:46:12 +08:00

19 lines
432 B
PHP
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#!/usr/bin/env php
<?php
include dirname(dirname(dirname(__FILE__))) . '/lib/init.php';
include dirname(dirname(dirname(__FILE__))) . '/class/productplan.class.php';
/**
title=prodeutplanModel->linkProject();
cid=1
pid=1
项目ID=3关联计划ID为1112的产品计划 >> 0
*/
$plan = new productPlan('admin');
r($plan->linkProject(13, array(11 ,12))) && p() && e('0'); //项目ID=3关联计划ID为11,12的产品计划
?>