RE: [PHP] Starting OOP

2003-12-15 Thread Martin Towell
CT SQL CODE using $this->ponum, RETURN RESULTS (ie. while($row=mssql_fetch_array($rst)){echo $row[0]}) } } ?> HTH Martin > -Original Message- > From: Mike Smith [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 16 December 2003 10:22 AM > To: [EMAIL PROTECTED] > Subject

[PHP] Starting OOP

2003-12-15 Thread Mike Smith
I've been doing procedural coding for a few month's, but perceive the need for OOP for some of the projects I've done. I'm starting out and and would like some feedback, before I tread down the wrong path. The books I'm looking at Professional PHP (Wrox), and Visual QuickStart PHP have examples