Hi,
My problem is not PHP based but about VISIO
I simply want to draw automatically a Conceptual Data Model from a Physical Data Model...
Let's say Ive got a very simple MySql Database
2 tables Category and Document and a link represented by the foreign key CatSup in Document
Category
IdCat int(11) PRI
Libelle varchar(30)
Catsup int(11)
Document
IdDoc int(11) PRI
Name varchar(30)
FileName varchar(50)
CatSup int(11) FK
What I want to do with VISIO (and I don't know if it's possible) is drawing graphically the Conceptual Data Model. I don't care about which model is used. Want I want is roughly two boxes (the entities), the name of the table at the top of the boxes, the attributes inside and a link between the two boxes (an array for examples)
Is VISIO able to do the job ? ? and how ?
I hope I've been clear (which is not sure)
thanks for your answers
WiEn