Files
EasySoft-ZenTaoPMS/test/model/gogs/getlist.php
T
2023-03-13 17:54:02 +08:00

22 lines
373 B
PHP
Executable File

#!/usr/bin/env php
<?php
include dirname(dirname(dirname(__FILE__))) . '/lib/init.php';
include dirname(dirname(dirname(__FILE__))) . '/class/gogs.class.php';
su('admin');
/**
title=测试gogsModel->gitList();
cid=1
pid=1
获取Gogs列表 >> 5
*/
$gogs = new gogsTest();
$orderBy = 'id_desc';
r($gogs->getList($orderBy)) && p('id') && e('5'); // 获取Gogs列表