That’s the question. I just started learning PDO and I was wondering if this technology has some kind of mechanism for setting relations between tables in a database? There are such mechanisms in different ORMs, but in PDO?
To learn PDO, I am currently writing my own engine for websites in PHP, and I do not want to use any ORMs. Actually, I am writing my ORM within the framework of this engine.
New contributor
Vladimir Bars is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.