コード例 #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;
 }