示例#1
0
 /**
  * 测试使用
  */
 function test()
 {
     header("Content-type: text/html; charset=utf-8");
     $CatsLogic = new \Common\Logic\CatsLogic();
     $res = $CatsLogic->getPostsByCatWithChildren(2, 10);
     dump($res);
 }