PHP 5.3 full-blown ActiveRecord |
[eluser]jpfuentes[/eluser]
A quick search to find an implementation of active record for php on google is discouraging when one considers the state of ActiveRecord for Ruby on Rails. The reader will notice that the top results are from very old posts and the rest of the results preview minimial implementations. Of course, eventually, PHP will see a robust active record similar to RoR. Fortunately, that time is now, thanks to PHP 5.3 and the beneficial new features: closures, late static binding, and namespaces. Please take a look here: PHP 5.3 ActiveRecord |
Messages In This Thread |
PHP 5.3 full-blown ActiveRecord - by El Forum - 05-14-2009, 12:45 PM
PHP 5.3 full-blown ActiveRecord - by El Forum - 05-14-2009, 01:06 PM
PHP 5.3 full-blown ActiveRecord - by El Forum - 05-14-2009, 01:13 PM
PHP 5.3 full-blown ActiveRecord - by El Forum - 05-15-2009, 01:24 AM
PHP 5.3 full-blown ActiveRecord - by El Forum - 05-15-2009, 01:43 AM
PHP 5.3 full-blown ActiveRecord - by El Forum - 05-15-2009, 06:51 AM
PHP 5.3 full-blown ActiveRecord - by El Forum - 05-15-2009, 02:20 PM
PHP 5.3 full-blown ActiveRecord - by El Forum - 05-15-2009, 03:06 PM
PHP 5.3 full-blown ActiveRecord - by El Forum - 05-19-2009, 09:57 PM
PHP 5.3 full-blown ActiveRecord - by El Forum - 05-19-2009, 10:09 PM
PHP 5.3 full-blown ActiveRecord - by El Forum - 05-20-2009, 03:43 AM
PHP 5.3 full-blown ActiveRecord - by El Forum - 05-21-2009, 09:24 PM
PHP 5.3 full-blown ActiveRecord - by El Forum - 05-22-2009, 01:12 AM
PHP 5.3 full-blown ActiveRecord - by El Forum - 05-22-2009, 06:38 AM
PHP 5.3 full-blown ActiveRecord - by El Forum - 05-22-2009, 06:54 AM
PHP 5.3 full-blown ActiveRecord - by El Forum - 07-21-2009, 12:45 AM
|