I have configured doctrine ORM in my ZF2 project and create doctrine entity of whole database. Now, I have added one more table named dashboard_group
in database. How can I create Doctrine entity for only this table.
I don't want to replace other created entities.
Use
–filter
option in your command :And then to add setter/getter into the generated entity :