PHP and ORM framework-php Tutorial

Source: Internet
Author: User
Tags php web development
Is it necessary to use the ORM framework for PHP web development projects? Is it enough to use the PDO class of PHP itself? When I was a beginner in PHP, I felt that the weak language was awkward. PHPORMWeb PHP and ORM framework problems
Is it necessary to use the ORM framework for PHP web development projects? Is it enough to use the PDO class of PHP itself?
When I was a beginner in PHP, I felt that the weak language was awkward.

Php orm Web programming language

Share:


------ Solution --------------------
ORM is not applicable to relational databases. it is designed to subvert relational databases.
ORM is used by databases in the future. At present, it is only well implemented in java + oracle.

All the ORM built on relational databases are superfluous.
Manually split SQL commands into one section, and then assembled by pseudo ORM into SQL commands for execution

The intention of ORM is to tell him what he wants, instead of telling him where he is and how to obtain it.

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.