Re: [PHP] php5 oop question

2007-04-12 Thread Tim Stiles
o weren't the ones who created it. I don't think they make code execution any faster (or slower, for that matter). It's worth knowing about them, but they probably shouldn't change your day to day practices. As with most techniques, it becomes a matter of kno

Re: [PHP] php5 oop question

2007-04-12 Thread Tim Stiles
alidation process bails. I loop through an array of prepared Input objects for validating the supplied Post values from a form and get back a simple pass/fail response for each. A bit of work to set up initially, but once the system is built, it's pretty elegant. Tim Stiles Icome