PHP: ORM framework or library that I can use with my database table structure
Posted
by Thomas
on Stack Overflow
See other posts from Stack Overflow
or by Thomas
Published on 2010-05-17T14:22:47Z
Indexed on
2010/05/17
14:30 UTC
Read the original article
Hit count: 344
Hi, I was using KohanaPHP ORM but I can't use it with my database table structure. So, I need a framework or library ORM to use with it.
With Kohana I need to follow a naming convention. I can't use a field name (foreign key) like 'idUnidadeMedida'.
Are there any suggestions?
Thank you.
© Stack Overflow or respective owner