RE: [PHP] advise on new class of mine

2003-11-07 Thread Erik Osterman
It almost sounds like you've not yet drawn out an object map on a piece of paper to see for youself how everything is inter-connected. I'm sure this is the _perfect_ opportunity for using classes, but at the same time will require some good thought now before you go a head and implement it. Good ob

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