Entity-relationship model (ER model for short) is an abstract and conceptual representation of data.
I have a problem with doctrine2 in symfony2 app with postgres database. I get error: SQLSTATE[3F000]: Invalid schema name: 7 …
postgresql symfony doctrine-orm entitiesI'm trying to create a very simple forum with Symfony2. My entities are: ForumCategory (name, description...) ForumTopic (category_id, title) …
forms symfony entities