Home  >  Article  >  Backend Development  >  mysql - Which is the best ORM component under php?

mysql - Which is the best ORM component under php?

WBOY
WBOYOriginal
2016-10-23 00:12:531219browse

rt, I want to write a crawler now, which requires some complex database operations (subqueries, seven or eight table related connections, and even some statistical functions and logic such as if exist). What is the best performance? Is it an ORM component that has high performance, elegant code and more complete functions?

Reply content:

rt, I want to write a crawler now, which requires some complex database operations (subqueries, seven or eight table related connections, and even some statistical functions and logic such as if exist). What is the best performance? Is it an ORM component that has high performance, elegant code and more complete functions?

Recommended: laravel eloquent

You can also find the ORM you need in other frameworks, such as yii or something.

Or Doctrine, Symfony uses this ORM.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn