[PHP] dreading OOP

2003-01-21 Thread Larry Brown
I hope this is not too far OT, however, you are the best resource I have for PHP and if anyone would know, it would be you guys. I have been writing scripts off and on for the past year and have an application written in PHP for a business' internal use. I have used snippets of Object oriented

RE: [PHP] dreading OOP

2003-01-21 Thread Johnson, Kirk
-Original Message- However, my mind apparently works different and I keep trying to relate the OOP structure to what I already know which equates an object to a function. I am resolving to purchase a book dedicated to instruction in the inns and outs of OOP. Specifically at it

Re: [PHP] dreading OOP

2003-01-21 Thread Peter Hutnick
Larry Brown said: equates an object to a function You'd be better off trying to equate an object to a data type. -Peter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] dreading OOP

2003-01-21 Thread Chris Boget
equates an object to a function You'd be better off trying to equate an object to a data type. Why is that? Please explain? I do not mean to sound trite. I do not know and am very curious to hear more. Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] dreading OOP

2003-01-21 Thread Peter Hutnick
Chris Boget said: equates an object to a function You'd be better off trying to equate an object to a data type. Why is that? Please explain? I do not mean to sound trite. I do not know and am very curious to hear more. Consider two approaches to extending your procedural programming

RE: [PHP] dreading OOP

2003-01-21 Thread Larry Brown
To: PHP List Subject: RE: [PHP] dreading OOP -Original Message- However, my mind apparently works different and I keep trying to relate the OOP structure to what I already know which equates an object to a function. I am resolving to purchase a book dedicated to instruction

[PHP] Re:[PHP] dreading OOP

2003-01-21 Thread Sukrit
Larry == Larry Brown [EMAIL PROTECTED] writes: Larry places. However, my mind apparently works different and I Larry keep trying to relate the OOP structure to what I already Larry know which equates an object to a function. I am resolving This happens a lot with me too :)

Re: [PHP] dreading OOP

2003-01-21 Thread Jay Paulson
, January 21, 2003 10:40 AM To: PHP List Subject: RE: [PHP] dreading OOP -Original Message- However, my mind apparently works different and I keep trying to relate the OOP structure to what I already know which equates an object to a function. I am resolving to purchase a book

RE: [PHP] Re:[PHP] dreading OOP

2003-01-21 Thread Larry Brown
Thank you, I'll check this book out. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: Sukrit [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 12:39 PM To: [EMAIL PROTECTED] Subject: [PHP] Re:[PHP] dreading OOP Larry == Larry Brown [EMAIL

Re: [PHP] dreading OOP

2003-01-21 Thread Chris Worth
On Tue, 21 Jan 2003 09:47:28 -0600, Chris Boget wrote: equates an object to a function You'd be better off trying to equate an object to a data type. Why is that? Please explain? my 2 cents are as follows. Objects have functions that return data types as many objects contain data. and the

Re: [PHP] dreading OOP

2003-01-21 Thread olinux
The most helpful intro to OOP for me is the sidebar here: http://webreference.com/perl/xhoo/php1/5.html --- Jay Paulson [EMAIL PROTECTED] wrote: The easiest way for me to explain and understand OOP was to think of it this way. __ Do you