Fixed a bug when using Templates and exporting classes using inheritance
If you hada base Doctrine_Record class that implemented a Template and some classes that inherited from this one using single table inheritance, the export process failed because it tried to create several times the same table
Showing
Please register or sign in to comment