Which PHP ORM for CodeIgniter with PHP 5.2 [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answ开发者_开发知识库ered with facts and citations.
Closed 6 years ago.
Improve this questionHey, normally im developing with doctrine 2.0 and CodeIgniter with PHP 5.3x Now i hav to work with php 5.2 for one site and im asking which orm should i take because Doctrine2 needs PHP 5.3x
Should i simply use doctrine 1.2 for my site? Has anyone experiences with this version or is there another good orm?
I highly recommend DataMapper:
Source: https://bitbucket.org/wanwizard/datamapper
Forum: http://codeigniter.com/forums/viewthread/178045/
Home Page: http://stensi.com/datamapper/
The docs are great, the syntax is intuitive, and it is very powerful and easy to extend, and most importantly in your case, it only requires php 5.0
It is actively developed, and WanWizard is also very helpful and responsive on the forums.
I recommend NotORM
http://www.notorm.com/
It's easy to use, it's use the SimpleXML object chaining concept for database relation, and use PDO for query execution
精彩评论