moving from PHP & Zend FrameWork to Ruby on Rails?
Moderator: General Moderators
- jaoudestudios
- DevNet Resident
- Posts: 1483
- Joined: Wed Jun 18, 2008 8:32 am
- Location: Surrey
moving from PHP & Zend FrameWork to Ruby on Rails?
I have been developing in php for years and thoroughly love, recently I have started using Zend FrameWork - I wish I had started using ZF sooner. However, some colleagues of mine recommending using Ruby on Rails. Can ruby do more than PHP? is it worth learning it too, or switching completely?
Re: moving from PHP & Zend FrameWork to Ruby on Rails?
If you want a better web programming language try Python. There is a FW for it called Django.
- jaoudestudios
- DevNet Resident
- Posts: 1483
- Joined: Wed Jun 18, 2008 8:32 am
- Location: Surrey
Re: moving from PHP & Zend FrameWork to Ruby on Rails?
Thanks David. Why would you recommend python over php?
Re: moving from PHP & Zend FrameWork to Ruby on Rails?
It's a more complex laguage. Have a tootle through this:
http://wiki.python.org/moin/PythonVsPhp
I am no expert, but I am under the impression that Ruby is just PHP on Web2.0 drugs
. The syntax looks nicer and stuff, but it still seems quite basic. When I was doing some reading on Ruby I seem to remember there was quite a few things missing in it.
http://wiki.python.org/moin/PythonVsPhp
I am no expert, but I am under the impression that Ruby is just PHP on Web2.0 drugs
- jaoudestudios
- DevNet Resident
- Posts: 1483
- Joined: Wed Jun 18, 2008 8:32 am
- Location: Surrey
Re: moving from PHP & Zend FrameWork to Ruby on Rails?
That is an interesting article. However, I am not convinced. I will do some more research and post back.
Thanks
Thanks
Re: moving from PHP & Zend FrameWork to Ruby on Rails?
PHP is web oriented while Python is more generic. As such, Python is inherently somewhat more powerful, however for the web environment PHP has a wider variety of built in tools. Not to mention, the PHP community is probably the largest and most active of all scripting languages, contributing to the massive amount of open-source materials available.
When it comes down to it, both are capable web application languages. In my opinion it's just a matter of choosing one that is more comfortable for you. Personally, I like C syntax and am very comfortable using PHP.
When it comes down to it, both are capable web application languages. In my opinion it's just a matter of choosing one that is more comfortable for you. Personally, I like C syntax and am very comfortable using PHP.
Re: moving from PHP & Zend FrameWork to Ruby on Rails?
pytrin has some good points.
I know a specialist application developer who also builds sites. Says that his productivity went up a lot when he converted to Python.
I know a specialist application developer who also builds sites. Says that his productivity went up a lot when he converted to Python.
Re: moving from PHP & Zend FrameWork to Ruby on Rails?
I just got my first book on Ruby (not rails) and I have to admit, I like the way it all fits together. I'm still a n00b in it, but I am looking forward to having the time to try it out for real. 