Currently i'm developing a web application by using php yii framework, is there any option to use hibernate in yii php framwork ?
Asked
Active
Viewed 253 times
1
-
You mean this Hibernate: http://stackoverflow.com/questions/2605074/anything-similar-to-hibernate-in-php – Justinas Sep 03 '14 at 11:46
-
Or like Hibernate Windows – Justinas Sep 03 '14 at 11:46
1 Answers
0
In Yii there is active record ORM concept.Hibernate mainly using for connecting java application and relational mapping of java object to data base. Table columns will mapp to properties of model class.

Mr.DevEng
- 2,651
- 14
- 57
- 115