How to use hibernate with PHP?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
prakashadmane
Forum Commoner
Posts: 33
Joined: Thu Mar 01, 2007 1:53 am
Location: mumbai,india
Contact:

How to use hibernate with PHP?

Post by prakashadmane »

Hi

tell me how i use hibernate in php. or tell any other good ORM model for PHP. also tell which is best MVC pattern for PHP


Thanks

Prakash
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: How to use hibernate with PHP?

Post by Christopher »

Propel or Doctrine are OR/Ms for PHP. Not sure what "which is best MVC pattern" means? The MVC pattern is widely used in PHP. Most popular PHP frameworks support it to some extent.
(#10850)
Post Reply