[PHP] Re: newbie OOP?

2003-03-14 Thread John Gray
I think it's always worth it to at least design using OO methodologies. The coding moves much faster and is much easier to maintain, in my experience. A couple of books I've read recently that I'd recommend: The Object-Oriented Thought Process by Matt Weisfeld and Bill McCarty Design Patterns Ex

[PHP] Re: newbie OOP?

2003-03-14 Thread rush
"Bobby Rahman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I am new to PHP and was wondering whether to develop small applications (20 > pages ) is it worth it to use OOP? My take is that on 20 pages especially if they behave like app, it makes sence to use OO. > In particular I

[PHP] RE: newbie OOP?

2003-03-14 Thread Bobby Rahman
Hiya I am new to PHP and was wondering whether to develop small applications (20 pages ) is it worth it to use OOP? Can any recommend any books or URLS that explain Object orientated programming and design in detail. I have read articles in www.phpbuilder.com and www.phppatterns.com. In part