Re: [PHP] Organisation of classes

2004-12-01 Thread Greg Donald
On Wed, 01 Dec 2004 22:41:14 -0500, Robert Cummings <[EMAIL PROTECTED]> wrote: > I thought it was Smalltalk. But then I prefer PHP for it's similarities > to C even if I do write 99% of my code into classes. Could be.. I never wrote any Smalltalk so I wouldn't know. -- Greg Donald Zend Certifi

Re: [PHP] Organisation of classes

2004-12-01 Thread Robert Cummings
On Wed, 2004-12-01 at 22:31, Greg Donald wrote: > On Wed, 01 Dec 2004 21:59:25 -0500, Robert Cummings > <[EMAIL PROTECTED]> wrote: > > PHP is plenty well developed, but PHP != Java and nor would most want it > > to be. Java *ACK PTHEEWY*. > > I see alot of Java influence in PHP5 myself. I thought

Re: [PHP] Organisation of classes

2004-12-01 Thread Greg Donald
On Thu, 2 Dec 2004 09:53:41 +0700, Peter Lauri <[EMAIL PROTECTED]> wrote: > As an "old" java programmer I feel that PHP is not that well deveolped. Was > hoping that it would be some sort of library system that could be used for > classes. Package? pear.php.net has lots of classes. And if you rea

Re: [PHP] Organisation of classes

2004-12-01 Thread Greg Donald
On Wed, 01 Dec 2004 21:59:25 -0500, Robert Cummings <[EMAIL PROTECTED]> wrote: > PHP is plenty well developed, but PHP != Java and nor would most want it > to be. Java *ACK PTHEEWY*. I see alot of Java influence in PHP5 myself. -- Greg Donald Zend Certified Engineer http://gdconsultants.com/ ht

Re: [PHP] Organisation of classes

2004-12-01 Thread Matthew Weier O'Phinney
* Peter Lauri <[EMAIL PROTECTED]>: > I have considered that, but I do not like that idéa :) I want php to > recognise what classes it needs to load. Have there been any improvment in > this area to PHP5? I use PHP4 for the moment, but will migrate to PHP5 soon. Yes. In PHP5, you can register an '_

Re: [PHP] Organisation of classes

2004-12-01 Thread Robert Cummings
On Wed, 2004-12-01 at 21:53, Peter Lauri wrote: > I have considered that, but I do not like that idéa :) I want php to > recognise what classes it needs to load. Have there been any improvment in > this area to PHP5? I use PHP4 for the moment, but will migrate to PHP5 soon. > > As an "old" java pr

Re: [PHP] Organisation of classes

2004-12-01 Thread Peter Lauri
I have considered that, but I do not like that idéa :) I want php to recognise what classes it needs to load. Have there been any improvment in this area to PHP5? I use PHP4 for the moment, but will migrate to PHP5 soon. As an "old" java programmer I feel that PHP is not that well deveolped. Was h

Re: [PHP] Organisation of classes

2004-12-01 Thread John Holmes
Peter Lauri wrote: For the moment I have all my classes saved in a file called classes.php in a subdirectory /classes/. I have started to get to many classes in the same file. In java I do this the default way, just naming them myclass.class. Is there a similar way to do this so that I do not need

[PHP] Organisation of classes

2004-12-01 Thread Peter Lauri
Best groupmember, For the moment I have all my classes saved in a file called classes.php in a subdirectory /classes/. I have started to get to many classes in the same file. In java I do this the default way, just naming them myclass.class. Is there a similar way to do this so that I do not need