Comments on: Ruby on Rails – Could it Replace my PHP Java Mixture? http://www.tonyspencer.com/2005/11/03/ruby-on-rails-could-it-replace-my-php-java-mixture/ It's Just Links Wed, 14 Sep 2011 13:47:04 +0000 http://wordpress.org/?v=2.9.1 hourly 1 By: Jon Wage http://www.tonyspencer.com/2005/11/03/ruby-on-rails-could-it-replace-my-php-java-mixture/comment-page-1/#comment-10074 Jon Wage Wed, 18 Apr 2007 13:23:43 +0000 http://www.tonyspencer.com/2005/11/03/ruby-on-rails-could-it-replace-my-php-java-mixture/#comment-10074 Also, Doctrine is being slowly adopted by symfony. http://www.symfony-project.com And Doctrine is participating in the google summer of code, so it should be pushed a long nicely over the summer. If you are a php guy, I would check out php + symfony + doctrine. It is all you will ever need. Also, Doctrine is being slowly adopted by symfony. http://www.symfony-project.com

And Doctrine is participating in the google summer of code, so it should be pushed a long nicely over the summer.

If you are a php guy, I would check out php + symfony + doctrine. It is all you will ever need.

]]>
By: Guest http://www.tonyspencer.com/2005/11/03/ruby-on-rails-could-it-replace-my-php-java-mixture/comment-page-1/#comment-434 Guest Sun, 16 Apr 2006 12:14:40 +0000 http://www.tonyspencer.com/2005/11/03/ruby-on-rails-could-it-replace-my-php-java-mixture/#comment-434 I would recommend using Doctrine. Doctrine is a ActiveRecord implementation and its as easy to use as RoR ActiveRecord. Doctrine doesn't rely on code generation rather it has a compact runtime library (only about 200 kb). Doctrine has many features missing from other solutions such as batch fetching, mixing of fetching strategies and full object query language API. You can grab the latest version of Doctrine from: <a href="http://svn.phpdoctrine.org" rel="nofollow">http://svn.phpdoctrine.org</a> homepage: www.phpdoctrine.com I would recommend using Doctrine. Doctrine is a ActiveRecord implementation and its as easy to use as RoR ActiveRecord. Doctrine doesn’t rely on code generation rather it has a compact runtime library (only about 200 kb).

Doctrine has many features missing from other solutions such as batch fetching, mixing of fetching strategies and full object query language API.

You can grab the latest version of Doctrine from:
http://svn.phpdoctrine.org

homepage: http://www.phpdoctrine.com

]]>
By: Manuel Lemos http://www.tonyspencer.com/2005/11/03/ruby-on-rails-could-it-replace-my-php-java-mixture/comment-page-1/#comment-433 Manuel Lemos Thu, 15 Dec 2005 20:54:49 +0000 http://www.tonyspencer.com/2005/11/03/ruby-on-rails-could-it-replace-my-php-java-mixture/#comment-433 You may also want to take a look at <a href="http://www.metastorage.net/" rel="nofollow">Metastorage</a>. It uses the JE WIN approach: Just Exactly What I Need. This means in practice that it does not generate bloated code. You just tell which model class functions you want to perform in your persistent objects and Metastorage generates only the code for what you ask, not more, not less. Metastorage generated code is self-contained. This means that it does not rely on fat base classes nor it uses an external object persistence runtime library. Metastorage generates all the code you need. That code is small and fast. Take a look at the code generated by the sample project inside metal/metastorage/projects/cms/install . Since Metastorage generates commented code, you it will be easy for you to understand. By: Tony Spencer http://www.tonyspencer.com/2005/11/03/ruby-on-rails-could-it-replace-my-php-java-mixture/comment-page-1/#comment-432 Tony Spencer Sat, 05 Nov 2005 16:24:26 +0000 http://www.tonyspencer.com/2005/11/03/ruby-on-rails-could-it-replace-my-php-java-mixture/#comment-432 Hi Maury, No, I didn't investigate into any other ORM solutions for PHP. My hope was that I could share my XML definitions file that I use with my Torque app with my PHP Propel version. It works but its too slow for my taste. Hi Maury,
No, I didn’t investigate into any other ORM solutions for PHP. My hope was that I could share my XML definitions file that I use with my Torque app with my PHP Propel version. It works but its too slow for my taste.

]]>
By: Maury http://www.tonyspencer.com/2005/11/03/ruby-on-rails-could-it-replace-my-php-java-mixture/comment-page-1/#comment-431 Maury Sat, 05 Nov 2005 07:18:46 +0000 http://www.tonyspencer.com/2005/11/03/ruby-on-rails-could-it-replace-my-php-java-mixture/#comment-431 Did you try the other PHP ORM solutions listed here: <a href="http://en.wikipedia.org/wiki/Object-relational_mapping?" rel="nofollow">http://en.wikipedia.org/wiki/Object-relational_mapping?</a> There's other one that produce more lightweight code than propel. Try POG <a href="http://www.phpobjectgenerator.com" rel="nofollow">http://www.phpobjectgenerator.com</a> for instance. Did you try the other PHP ORM solutions listed here: http://en.wikipedia.org/wiki/Object-relational_mapping? There’s other one that produce more lightweight code than propel. Try POG http://www.phpobjectgenerator.com for instance.

]]>