Php – How do I use objects to represent data from my relational database without making an excessive number of database queries?
I'm trying to design my first complex object-oriented PHP application and I'm confused about how to use objects to represent data from my database. More specifically I'm confused about how to combine multiple objects without making a huge number of…