Re: [PHP-WIN] Re: Design Assistance

2005-01-20 Thread Jason Barnett
Jim MacDiarmid wrote: Thanks for your thoughts Jason. In reference to the KISS method you mentioned.. ( taking a quick deep breath... I resemble that remark!! ;) ) No, actually, the way I normally structure my code is on each page I do the following: /* All includes and requires go here */ /

RE: [PHP-WIN] Re: Design Assistance

2005-01-20 Thread Jim MacDiarmid
t Subject: [PHP-WIN] Re: Design Assistance Jim MacDiarmid wrote: > I'm hoping someone can help me with some design thinking.. I'm still > fairly new to php and most of my scripts are written in a rather procedural > format. I'd like to try start thinking in a more object-o

[PHP-WIN] Re: Design Assistance

2005-01-20 Thread Jason Barnett
Jim MacDiarmid wrote: I'm hoping someone can help me with some design thinking.. I'm still fairly new to php and most of my scripts are written in a rather procedural format. I'd like to try start thinking in a more object-oriented way. The There's no reason why you *have* to use objects. Heck