Hey all.
I'm working on a project to a very tight deadline and have just realised that I will need to implement OO PHP for the Web-Interface to the application (we'd use JSP, but we haven't got the time to deal with configuration and licensing and we already have PHP and MySQL installed and ready to run).
So I'm trying to figure out a way of accomplishing one-to-many or many-to-many persistent-object relationships in PHP, using MySQL. In Java this is accomplished using Collections (public Collection className = new TreeSet(), but I was wondering how you guys feel that this is best accomplished in PHP/MySQL? I'm not too worried about code examples. The theory will be more than enough here.
Thank you for your time and help!
Regards.
Steve.