Home > Backend Development > PHP Tutorial > What is the difference between ORM and ActiveRecord?

What is the difference between ORM and ActiveRecord?

WBOY
Release: 2016-07-06 13:52:28
Original
943 people have browsed it

I think the concepts are very similar. They both convert the data in the database into objects for easy operation. What are the specific differences between them?

Reply content:

I think the concepts are very similar. They both convert the data in the database into objects for easy operation. What are the specific differences between them?

ActiveRecord is a kind of ORM. ORM is an abstract concept (Object Relational Mapping), and ActiveRecord is an implementation written in Ruby language.

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