symfony - Manually editing and deleting an entity - Symfony2 -
how manually edit , delete entity in symfony2?
i creates class, how edit everything? i'm guessing can't change php class file.
so files create when use automatic entity generator , there automated-edit command? use yaml.
i know bundles there 3 files automated console command creates/changes, can't see info how entities.
i use automation save time, still know being done etc.
modify php code ( entities code ) run
php app/console doctrine:generate:entities bundlename:entityname
you may want update db running
php app/console doctrine:schema:update --force
Comments
Post a Comment