1

Currently i'm developing a web application by using php yii framework, is there any option to use hibernate in yii php framwork ?

Akram Hossain
  • 390
  • 1
  • 10

1 Answers1

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