Re: [PHP] OOP clarification: Messages between objects

2003-11-12 Thread Boyan Nedkov
Robert Ian Smit wrote: I am trying to implement a generic form handler that is capable of printing the form and checking the user input. I want this application to be useful in the end, but I also use it to explore OOP in PHP. .. I'd like the zipcode object to ask a question to find

Re: [PHP] OOP clarification: Messages between objects

2003-11-12 Thread Robert Cummings
On Wed, 2003-11-12 at 04:31, Robert Ian Smit wrote: > I am trying to implement a generic form handler that is capable of > printing the form and checking the user input. > > I want this application to be useful in the end, but I also use it > to explore OOP in PHP. > > The working code at the mom