init weekly

This commit is contained in:
wangxiaomeng
2022-05-05 17:30:53 +08:00
parent 07dc4c4055
commit a3e9eb2de0
21 changed files with 529 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
#!/usr/bin/env php
<?php
include dirname(dirname(dirname(__FILE__))) . '/lib/init.php';
include dirname(dirname(dirname(__FILE__))) . '/class/weekly.class.php';
su('admin');
/**
title=测试 weeklyModel->getEV();
cid=1
pid=1
*/
$weekly = new weeklyTest();
r($weekly->getEVTest()) && p() && e();