$Model = new Model();
    $sql = "select * from `order`";
    $voList = $Model->query($sql);

只是需要new一个空的模型继承Model中的方法。

相关文章:

  • 2022-12-23
  • 2021-08-06
  • 2022-12-23
  • 2021-07-19
  • 2022-01-29
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-02
  • 2022-12-23
  • 2022-12-23
  • 2022-01-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案