Posts tagged with ‘symfony2 doctrine manager in command’

Symfony2: How to get Doctrine Entity Manager in Console command

advertisement

symfony logoSymfony2 allow you to create your own console command thru Console Component. Since the bundle i’m writing is only for my own use, i’m trying to write a console command to load all my data to database. But to get the Doctrine entity manager to work in console command you need to do some modification from the tutorial link above. No worry i promise it’s a easy task, just edit one of the namespace will do.

To get Doctrine Manager in Console Command (Symfony2), follow the steps below:-

Continue reading Symfony2: How to get Doctrine Entity Manager in Console command »