示例#1
0
 public function actionDroptest()
 {
     $testTb = new TestTb();
     echo $testTb->getPageMomentWithOrder(1, 6);
 }
示例#2
0
 public function actionGetitemdetail()
 {
     $testTb = new TestTb();
     $content = $testTb->getTestData();
     echo $content;
 }