Brilliant. Thanks for your speedy reply and caveats.
I think the best thing for me to do is go off and have a good read up on RowDataGateway, etc.
Thanks again.
Search found 2 matches
- Mon Mar 03, 2008 4:19 pm
- Forum: PHP - Theory and Design
- Topic: Objects & References
- Replies: 3
- Views: 714
- Mon Mar 03, 2008 2:33 pm
- Forum: PHP - Theory and Design
- Topic: Objects & References
- Replies: 3
- Views: 714
Objects & References
Hello there. I am new to PHP; coming from a .NET background. I am trying to create an object mapping class that can save/load application objects to/from a database. The theory behind this was to create a "Data_Object" class that knows how to load and save itself to and from the database; ...