Best ORM?
am 19.02.2008 23:46:23 von D Unit
Hi,
I have an existing database and an existing set of classes. As my code base
is growing, manually writing SQL to map between the two is getting old. My
classes/database do not match up ActiveRecord style. Which is the best ORM
for mapping between the two?
Thanks
--
View this message in context: http://www.nabble.com/Best-ORM--tp15576456p15576456.html
Sent from the Php - Database mailing list archive at Nabble.com.
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Best ORM?
am 20.02.2008 00:04:46 von parasane
On Feb 19, 2008 5:46 PM, D Unit wrote:
>
> Hi,
>
> I have an existing database and an existing set of classes. As my code base
> is growing, manually writing SQL to map between the two is getting old. My
> classes/database do not match up ActiveRecord style. Which is the best ORM
> for mapping between the two?
You were on Nabble, you should've searched the archives.
If you check in the archives, you'll see we had a discussion on
this just a few days ago. You should get some pretty good answers on
there, and if not, come back and ask any questions you need to
clarify.
--
Daniel P. Brown
Senior Unix Geek
while(1) { $me = $mind--; sleep(86400); } ?>
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Best ORM?
am 22.02.2008 03:51:24 von Manuel Lemos
Hello,
on 02/19/2008 07:46 PM D Unit said the following:
> I have an existing database and an existing set of classes. As my code base
> is growing, manually writing SQL to map between the two is getting old. My
> classes/database do not match up ActiveRecord style. Which is the best ORM
> for mapping between the two?
You may want to take a look at Metastorage:
http://www.metastorage.net/
--
Regards,
Manuel Lemos
PHP professionals looking for PHP jobs
http://www.phpclasses.org/professionals/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php