[Typo3-dev] ObTS at the tour
dan frost
dan at danfrost.co.uk
Wed Dec 15 17:37:27 CET 2004
Martin T. Kutschker wrote:
> dan frost wrote:
>
>> I'll try it out in ObTS and publish it if i can
>
>
> Some loose ideas on the syntax:
>
> pdf = PDF
>
> => $pdf = pdf_new();
> ...
> => pdf_close($pdf);
>
> PDF.title
> PDF.author
> PDF.keywords
> PDF.subject
> PDF.creator
> => pdf_set_info($pdf, "Author", "Uwe Steinmann");
>
I like the syntax - will get cracking asap
> Standard TEXT and IMAGE objects won't work and have to be recreated,
> probably stdWrap as well.
>
ObTS doesn't use stdWrap - and i don't want it to. stdWrap contains too
many functions so it is not atomic. This is just my view.
>
> Though instead of invoking the functions directly a base class could
> store them in variables (eg $open_file) and the children could set them
> accordingly. This might solve the problem.
Yea - i'll have a look at the pdf classes soon
dan
More information about the TYPO3-dev
mailing list