I have a Mysql database of 500+ Real Estate Listings which I am looking to load into an empty Joomla Extension (this may apply to any PHP Script).
I have copied the structure and convention of each table the extension uses - with the idea of either exporting or simply deleting the original tables and replacing them with mine.
Upon testing this concept I end up with a complete mess - My guess is that some of the tables need to have information stored in them before updating others either by Java or PHP.
For example; Client_Info table has to be saved before Property_ Info.
PHPAdmin does not show me the extensions table relationships ( joins, queries etc) I presume they are dealt with through Javascript or PHP.
My Question is what steps do I need to perform to populating the extensions Database.
The extension provider has been saying for months that they were going to provide this process.
If the question is too broad I would be satisfied either with some links or keywords so I can get a handle on the topic.