Re: Recommended usage for OO

2007-07-23 Thread Ondra Medek
interesting, thanks On 7/24/07, Marco V. <[EMAIL PROTECTED]> wrote: > > As far as I remember in Java, most of the people initialize Log4J like: > public class MyClass { > static Logger logger = Logger.getLogger(MyClass.class); > } > but it is not possible in PHP. > Yes, You can. Regards,

Re: Recommended usage for OO

2007-07-23 Thread Marco V.
As far as I remember in Java, most of the people initialize Log4J like: public class MyClass { static Logger logger = Logger.getLogger(MyClass.class); } but it is not possible in PHP. Yes, You can. Regards, -Marco