Files
EasySoft-ZenTaoPMS/module/company/test/model/getfirst.php
T

18 lines
426 B
PHP
Executable File

#!/usr/bin/env php
<?php
include dirname(__FILE__, 5) . '/test/lib/init.php';
include dirname(__FILE__, 2) . '/company.class.php';
su('admin');
/**
title=测试companyModel->getFirstTest();
cid=1
pid=1
公司信息第一条查询 >> 易软天创网络科技有限公司
*/
$company = new companyTest();
r($company->getFirstTest()) && p('name') && e('易软天创网络科技有限公司'); // 公司信息第一条查询