N
N
naneri2015-04-13 11:56:27
PHP
naneri, 2015-04-13 11:56:27

What are the minimalistic PHP ORM libraries?

I would like to get acquainted with the architecture of simple ORMs in PHP, are there links to them on Github?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
T
Twist, 2015-04-13
@naneri

I think that in your case it is not necessary to get acquainted with the architecture of a simple orm, but directly with the patterns, namely Data Mapper, Identity Map, Lazy Loading, Unit of Work, and several other related ones, so to speak. It's just that they (or AR) are the basis of most forms.

I
IceJOKER, 2015-04-13
@IceJOKER

I still don’t understand - isn’t it easier for you to look for yourself? save your time than asking a question and waiting for an answer.
2da0de8776.jpg

A
Alexander N++, 2015-04-13
@sanchezzzhak

I somehow used RedBeen a large file with clouds of classes, but everything is in 1 file_) Able
to change tables on the fly based on their new data insertion structure, which may seem convenient during development, but not acceptable on the working version of the project.

M
Mikhail Tikhonin, 2015-04-15
@phpclimber

https://github.com/j4mie/idiorm

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question