Work with system development in PHP , more focused on e-commerce . Currently I use PDO to perform my connection to the database, but out of curiosity I decided to search on Doctrine , because when I was developing in C # in NHibernate , which are Framework that take care of this part of the connection and facilitate queries, among others.
But my question would be regarding the performance of Doctrine compared to PDO , and the cost of memory is most likely higher in Doctrine and the processing time a bit slower.
What are the Advantages and Disadvantages of using Doctrine instead of PDO ?