2

I found RoR ActiveRecord very usefull. When I was looking for PHP version, I found this

Unfortunately, the use of namespace cause it work only ini PHP > 5.3. Do anyone have alternative that work for > PHP 5.3?

greut
  • 4,305
  • 1
  • 30
  • 49
iroel
  • 1,760
  • 1
  • 18
  • 27
  • There are many more ActiveRecord libraries for PHP. You'll find a few here [Good PHP ORM library](http://stackoverflow.com/questions/108699/good-php-orm-library) between the ORMs. A lightweight one is [Paris atop Idiorm](http://j4mie.github.com/idiormandparis/). But you'll have to check out how much features you need. – mario Jan 06 '11 at 00:28
  • 6
    PHP 5.2 is not maintained anymore, upgrade or invite your hosting provider to upgrade. – greut Apr 03 '11 at 10:40

1 Answers1

-1

I 'am using PhpActiveRecord too. I can suggest you miniOrm , but it is not so good as phpactiverecord. Just take a look.

Gajus
  • 69,002
  • 70
  • 275
  • 438
wise
  • 49
  • 1
  • 5