philiplb / CRUDlex

CRUDlex is an easy to use CRUD generator for Symfony 4 and Silex 2 which is great for auto generated admin pages
https://philiplb.de/crudlex/
MIT License
109 stars 23 forks source link

Question: PDO vs Doctrine? #78

Closed marcelloh closed 7 years ago

marcelloh commented 7 years ago

CRUDlex now is coupled with Doctrine. Could it be decoupled, so poeple can use a database solution of their choice? Like the standard PDO for example?

philiplb commented 7 years ago

Hi, sure, you could just write an implementation of the AbstractData class using pure PDO: http://philiplb.github.io/CRUDlex/docs/html/0.11.0/api/AbstractData.html

Feel free to reopen if you have any question left. :)