Hi,
Over the past few weeks, I'be been working on some improvements on the designer - schema integration. Did some little changes to the initially planned tasks, and all the changes are committed, along with the unit tests.
In the "pmd_" tables level, instead of the "designer_coords" table, I used a combination of "table_coords" and "pdf_pages" tables together to achieve the goal, as I've been describing in my blog posts.
I would appreciate if you can give me a feedback on those changes.
Also I'm now in the final stages of the integration of "schema exporting" functionality, so that the user will no need to use the "schema editor" anymore. I'll update all the details of it in weekly blog post and also in a separate mail.
As OOPing the code is one of my tasks, I've planned to move all the html generation of "pmd_general.php" to a separate file( to a separate class, with singleton).
Thanks.