I am trying to build a CRUD interface for my 2000 records database. I read on Stackoverflow that Doctrine might be a good solution.
I was not able to find any demo online, though! do you know any? I would love to see it in action and make sure it can match my needs
I just need to list records, filter every column, add/delete new records.
NB: I have never used Doctrine nor Symfony: I am just trying to figure out wheter they can help me or not.