[PHP] OO PHP question

2003-08-26 Thread Mike Zornek
I'm just beginning a new PHP system and would like to do it in an OO way. I'm having trouble getting my head around how I should store the data in the MySQL db. I mean do I build model objects in PHP and put logic right in the model so anytime I set a property of the object it makes the change to

RE: [PHP] OO PHP question

2003-08-26 Thread Ralph Guzman
PROTECTED] Subject: [PHP] OO PHP question I'm just beginning a new PHP system and would like to do it in an OO way. I'm having trouble getting my head around how I should store the data in the MySQL db. I mean do I build model objects in PHP and put logic right in the model so anytime I set