RE: [PHP] advise on new class of mine

2003-11-07 Thread Erik Osterman
remature optimization is the root of all evil" Best Regards, Erik Osterman http://osterman.com/ -Original Message- From: jsWalter [mailto:[EMAIL PROTECTED] Sent: Sunday, September 21, 2003 4:12 PM To: [EMAIL PROTECTED] Subject: [PHP] advise on new class of mine I'm in the pro

Re: [PHP] advise on new class of mine

2003-09-22 Thread jsWalter
Thanks Curt for your reply. It helped my head a bit. Walter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] advise on new class of mine

2003-09-22 Thread Curt Zirzow
* Thus wrote jsWalter ([EMAIL PROTECTED]): > I'm in the process of building my first "real" class. > > 43 methods, 23 properties, nearly 1000 lines of codes. hmm. that is large. > > What I would like to know... > > Is it better to keep al this in a single file? Or break it up into > sub-classe

[PHP] advise on new class of mine

2003-09-21 Thread jsWalter
I'm in the process of building my first "real" class. 43 methods, 23 properties, nearly 1000 lines of codes. What I would like to know... Is it better to keep al this in a single file? Or break it up into sub-classes? This does have logical sections, so a breakup would be possible, but then I'm