[PHP] Re: All-in-one PHP Classes

2007-02-06 Thread setcookie
there are special design patterns for autoloading classes and subclasses to use only we needed at runtime! this together with singeltons pattern will prevent any memory overflows. problem is that almost nobody implements these patterns when designing standalone classes fra* Hello folks, Have

Re: [PHP] Calculate string width using some font.

2007-02-05 Thread setcookie
pdf_stringwidth() may help you regards fra* Hey list! :) my name's not list but what the heck: take a look at these function, they should light the way: http://php.net/manual/en/function.imageftbbox.php http://php.net/manual/en/function.imagepsbbox.php