Re: [PHP] Re: Looking for some PHP OO programming guides

2009-02-11 Thread Christoph Boget
> > How can you require 8 levels of nesting? surely there must be something > > wrong or a more efficient algorithm... > No! It's just that you can't think in 8 dimensions like him. Yeah, at that point you are dealing with space and time and that's not a subject of contemplation for everyone. :p

Re: [PHP] Re: Looking for some PHP OO programming guides

2009-02-11 Thread Yannick Mortier
2009/2/11 German Geek : > I try to avoid nesting loops altogether if possible. Usually dont go beyond > 3 levels of nesting... > How can you require 8 levels of nesting? surely there must be something > wrong or a more efficient algorithm... > No! It's just that you can't think in 8 dimensions lik

Re: [PHP] Re: Looking for some PHP OO programming guides

2009-02-10 Thread German Geek
I try to avoid nesting loops altogether if possible. Usually dont go beyond 3 levels of nesting... How can you require 8 levels of nesting? surely there must be something wrong or a more efficient algorithm... Tim-Hinnerk Heuer http://www.ihostnz.com Garry Shandling - "I'm dating a woman now who

Re: [PHP] Re: Looking for some PHP OO programming guides

2009-02-10 Thread Andrew Ballard
On Tue, Feb 10, 2009 at 3:09 PM, Kyle Terry wrote: > On Tue, Feb 10, 2009 at 12:07 PM, Kyle Terry wrote: >> On Tue, Feb 10, 2009 at 9:46 AM, Tony Marston >> wrote: >>> Take a look at http://www.tonymarston.net/php-mysql/databaseobjects.html >>> >>> -- >>> Tony Marston >>> http://www.tonymarston.

Re: [PHP] Re: Looking for some PHP OO programming guides

2009-02-10 Thread Kyle Terry
On Tue, Feb 10, 2009 at 12:07 PM, Kyle Terry wrote: > On Tue, Feb 10, 2009 at 9:46 AM, Tony Marston > wrote: >> Take a look at http://www.tonymarston.net/php-mysql/databaseobjects.html >> >> -- >> Tony Marston >> http://www.tonymarston.net >> http://www.radicore.org >> >> "Michael Kubler" wrote

Re: [PHP] Re: Looking for some PHP OO programming guides

2009-02-10 Thread Kyle Terry
On Tue, Feb 10, 2009 at 9:46 AM, Tony Marston wrote: > Take a look at http://www.tonymarston.net/php-mysql/databaseobjects.html > > -- > Tony Marston > http://www.tonymarston.net > http://www.radicore.org > > "Michael Kubler" wrote in message > news:49918ebf.4070...@gmail.com... >> Hi, >> I'm jus