DO
Dne Sat, 27 Mar 2010 11:01:40 -0700 Yian Shang yian.shang@gmail.com napsal(a):
Yeah, I looked through the current generator some more and most of the
code
for the PDF export seems to be focused on exporting the data rather than
the
schema.
Please do not confuse export (libraries/export/*) with schema generation (pdf_schema.php), these are completely different things (though it might make sense to combine it somehow).
That's true, thanks for clarifying.
So since SVG and EPS are both just XML files, would using PHP's DOM libraries to generate them be best? And also, since phpMyAdmin is rewriting things in object-oriented php, would that be the way in which elements of pdf_schema.php are combined into a generic schema generating class and then used by other formats?