Re: [PHP-DB] naming conventions

2003-03-30 Thread Roberto Plomp
In essence it doesn't matter so much which convention you use as long you use a convention, use it consistently and the convention itself doesn't come with too much complexity of it's own and is based on a clear philosophy. The naming convention I use in any environment or language uses simple pre

Re: [PHP-DB] Calling functions recursively

2003-01-25 Thread Roberto Plomp
If you mean that it would be more straight forward, hence neater and more comprehensive and more maintenance and stack friendly to just call the function in a loop, I agree. On the other hand ... well, there are arguments for the recursive approach for a number of algorithms. Personally I prefer

Re: [PHP-DB] Calling functions recursively

2003-01-24 Thread Roberto Plomp
Kevin, Have fun and be sure to guarantee the prevent never ending looping. Roberto Counting to ten: $aCounter\n"; $aCounter++; RecursiveFunction($aCounter); } } ?> - Original Message - From: "Kevin Gordon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January 25, 2