Re: [PHP] php and classes

2002-08-15 Thread Gurhan Ozen
Where does it fail?? By the way seems like you have forgotten the parenthesises.. Try: $temp = new Relic(); $temp->SetName("test"); $temp->DebugPrint(); Hope this helps.. Gurhan "Pafo" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... i reed thru my code and i noticed that it w

[PHP] php and classes

2002-08-15 Thread Pafo
i reed thru my code and i noticed that it wasent readable, like Dan said in one of my other post "xml and php". so i thought, why not create afew classes to make everything look good :) i managed to make this class, but it just dosent work,, anyone got any idea why it wont work..? RelicName :