The question of the model in MVC

Source: Internet
Author: User
Now learning the thinkphp framework. There is a question. I used to think that the data query was written in the model. Try to write and read a few items. The discovery write is written in the controller. But here's the problem. Does the model not write business logic and data processing? Why does my model file just write an inherited parent class, others do not have to write it?

Reply content:

Now learning the thinkphp framework. There is a question. I used to think that the data query was written in the model. Try to write and read a few items. The discovery write is written in the controller. But here's the problem. Does the model not write business logic and data processing? Why does my model file just write an inherited parent class, others do not have to write it?

Model is not write business logic, but put code to interact with the database at the model level I think it's okay.

If the program is large, the business logic should be a separate layer

Data queries can be used as service tiers

First 1th, the DB operation is definitely placed in the model of the clatter, 2nd, suggesting learning other frameworks.

  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.