[PHP] where are the good examples of using OOP?

2003-09-28 Thread anders thoresson
Hi, I'm just about to take the first step into OOP with PHP. I've searched the web for tutorials, and even if there are alot, most of them use metaphores with houses or cars or other real life things to explain what classes and methods are. I wonder if someone can point me to tutorials that

Re: [PHP] where are the good examples of using OOP?

2003-09-28 Thread Burhan Khalid
anders thoresson wrote: I'm just about to take the first step into OOP with PHP. I've searched the web for tutorials, and even if there are alot, most of them use metaphores with houses or cars or other real life things to explain what classes and methods are. http://pear.php.net

Re: [PHP] where are the good examples of using OOP?

2003-09-28 Thread Eugene Lee
On Sun, Sep 28, 2003 at 12:52:40PM +0200, anders thoresson wrote: : : I wonder if someone can point me to tutorials that uses real PHP examples : instead, examples that shows me in a direct way how to use OOP. My biggest : trouble right now is what should be the classes and what should be the

Re: [PHP] where are the good examples of using OOP?

2003-09-28 Thread Robert Cummings
On Sun, 2003-09-28 at 07:09, Burhan Khalid wrote: anders thoresson wrote: I'm just about to take the first step into OOP with PHP. I've searched the web for tutorials, and even if there are alot, most of them use metaphores with houses or cars or other real life things to explain what

RE: [PHP] where are the good examples of using OOP?

2003-09-28 Thread Daevid Vincent
http://daevid.com/examples/dhcp/index.php Was my first try with php's OOP. Source linked at bottom of page. -Original Message- From: anders thoresson [mailto:[EMAIL PROTECTED] Sent: Sunday, September 28, 2003 3:53 AM To: [EMAIL PROTECTED] Subject: [PHP] where are the good examples