search

Home  >  Q&A  >  body text

ThinkPHP使用视图模型好还是MYSQL视图好

感觉ThinkPHP的视图模型不是很那个。

伊谢尔伦伊谢尔伦2770 days ago685

reply all(2)I'll reply

  • ringa_lee

    ringa_lee2017-04-17 13:27:32

    Never leave it to the database if it can be handled by the program. It is indeed easy to develop in a short time, but it will put huge pressure on the database in the later stage

    reply
    0
  • 大家讲道理

    大家讲道理2017-04-17 13:27:32

    Of course, use the database view. The views simulated by the framework are not as efficient as the native ones, and their functions are not perfect.

    reply
    0
  • Cancelreply