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