Re: [PHP] All-in-one PHP Classes

2007-02-07 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-02-08 01:14:43 +0100: > 290function setOptions(&$db, $options) > 291{ > 292if (is_array($options)) { > 293foreach ($options as $option => $value) { > 294$test = $db->setOption($option, $value); > 295if (PEAR::isE

Re: [PHP] All-in-one PHP Classes

2007-02-07 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-02-08 11:27:13 +1100: > Roman Neuhauser wrote: > ># [EMAIL PROTECTED] / 2007-02-07 09:59:15 +1100: > >>Roman Neuhauser wrote: > >>># [EMAIL PROTECTED] / 2007-02-06 12:47:47 +0100: > Have been reading posts daily for two months now on the list, and > am very please

Re: [PHP] All-in-one PHP Classes

2007-02-07 Thread Chris
Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2007-02-07 09:59:15 +1100: Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2007-02-06 12:47:47 +0100: Have been reading posts daily for two months now on the list, and am very pleased at how informative these can be. I have noticed, many examples where

Re: [PHP] All-in-one PHP Classes

2007-02-07 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-02-07 09:59:15 +1100: > Roman Neuhauser wrote: > ># [EMAIL PROTECTED] / 2007-02-06 12:47:47 +0100: > >>Have been reading posts daily for two months now on the list, and am very > >>pleased at how informative these can be. > >>I have noticed, many examples where one is poi

Re: [PHP] All-in-one PHP Classes

2007-02-06 Thread Richard Lynch
On Tue, February 6, 2007 5:47 am, Tim wrote: > Shouldn't these classes be perhaps broken down into usefull "parts". Many of them started life as very small classes, and then the Feature Requests started pouring in and... Do feel free to take a class and delete all the bits you're not using, if yo

Re: [PHP] All-in-one PHP Classes

2007-02-06 Thread Robert Cummings
On Wed, 2007-02-07 at 09:59 +1100, Chris wrote: > Roman Neuhauser wrote: > > # [EMAIL PROTECTED] / 2007-02-06 12:47:47 +0100: > >> Have been reading posts daily for two months now on the list, and am very > >> pleased at how informative these can be. > >> I have noticed, many examples where one is

Re: [PHP] All-in-one PHP Classes

2007-02-06 Thread Chris
Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2007-02-06 12:47:47 +0100: Have been reading posts daily for two months now on the list, and am very pleased at how informative these can be. I have noticed, many examples where one is pointed to using classes downloadable on the internet. This is

Re: [PHP] All-in-one PHP Classes

2007-02-06 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-02-06 12:47:47 +0100: > Have been reading posts daily for two months now on the list, and am very > pleased at how informative these can be. > I have noticed, many examples where one is pointed to using classes > downloadable on the internet. > This is when i realized h