Sonia Desbiens wrote:
I have a few clients that have upgraded to PHP 5 for development projects
and I am running into problems with class object naming for all my classes
and COM objects that use '$this->'
$this = new COM ( 'ibmTransate.Server' );
$this->MimeType = 'text/' . ( $key->type == '1
Hi
I have a few clients that have upgraded to PHP 5 for development projects
and I am running into problems with class object naming for all my classes
and COM objects that use '$this->'
$this = new COM ( 'ibmTransate.Server' );
$this->MimeType = 'text/' . ( $key->type == '1' ? 'text' : 'htm