Re: [PHP] Object-relational mapping and PHP

2002-10-11 Thread @ Edwin
Hello, Have you tried http://www.phpclasses.org/ ? -E On Friday, October 11, 2002 11:31 PM Subject: [PHP] Object-relational mapping and PHP Juhan Kundla wrote: [snip] I would rather not reinvent the wheel here, so it would be nice, if anybody could share her/his experience or suggest some

[PHP] Object-relational mapping and PHP

2002-10-11 Thread Juhan Kundla
Hey, gang! I am planning to write a small web application using PHP. The application has several business classes, which store their persistent data in relational database. I don't like the idea of embedding the SQL and other data access related code into my classes, so i am looking for a