Re: [PHP] Committing OO Sin

2003-10-06 Thread Becoming Digital
ISBN: 0201715945 Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: "Robert Cummings" <[EMAIL PROTECTED]> To: "Gerard Samuel" <[EMAIL PROTECTED]> Cc: "Jay Blanchard" <[EMAIL PROTECTED]>; "PHP-General&q

Re: [PHP] Committing OO Sin

2003-10-03 Thread Robert Cummings
On Fri, 2003-10-03 at 12:40, Gerard Samuel wrote: > Jay Blanchard wrote: > > >Global space? Yes, what you're talking about, if possible, is a sin. > > > >Why is getting the classes to work together a pain? > > > A little misleading about what Im feeling. > Im feeling that the more classes that I

Re: [PHP] Committing OO Sin

2003-10-03 Thread Gerard Samuel
Jay Blanchard wrote: Global space? Yes, what you're talking about, if possible, is a sin. Why is getting the classes to work together a pain? A little misleading about what Im feeling. Im feeling that the more classes that I add the more cumbersome things get, and at the rate Im going, I get th

Re: [PHP] Committing OO Sin

2003-10-03 Thread Robert Cummings
On Fri, 2003-10-03 at 10:23, Gerard Samuel wrote: > Or is there such a thing. ;) > I have a small collection of utility classes, and it seems like the more > I add, > the more cumbersome things seem to get. > A brief synopsis of code execution. > 1. Start DB class > 2. Start Smarty class, passi

Re: [PHP] Committing OO Sin

2003-10-03 Thread Fabrizio Balliano
I suggest you should use MerlinWork ;-) It does these things for you. Fabrizio Balliano Il ven, 2003-10-03 alle 16:23, Gerard Samuel ha scritto: > Or is there such a thing. ;) > I have a small collection of utility classes, and it seems like the more > I add, > the more cumbersome things seem

RE: [PHP] Committing OO Sin

2003-10-03 Thread Jay Blanchard
[snip] Making "utility" classes are somewhat straight forward, but getting them to work together, seems like a pain. So I was thinking, if a class was started in the global space, is it a sin, to use the $GLOBALS array to access it, instead of tying in all these references?? [/snip] Global spac