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

mysql - Which is the best ORM component under php?

WBOY
Release: 2016-10-23 00:12:53
Original
1258 people have browsed it

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.

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template