Tuesday 28 May 2019

mysql - Anything similar to Hibernate in PHP?

I am a Java programmer and was working on a project using Hibernate and Struts for some time.




Now For my new project, I am working on PHP and Mysql (learning PHP).
Is there any technology which is similar to Hibernate for PHP? If yes, can anyone give me the link where I can understand and use it?



Is there a POJO concept in PHP?

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...