Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,471
There are 1910 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     Programming     Other Programming Languages :

PHP or RoR?

Thread title: PHP or RoR?
Closed Thread  
Page 1 of 3 1 2 3 >
    Thread tools Search this thread Display Modes  
07-09-2007, 12:02 AM
#1
Haris is offline Haris
Status: Request a custom title
Join date: Dec 2005
Location:
Expertise:
Software:
 
Posts: 2,741
iTrader: 9 / 100%
 

Haris is on a distinguished road

  Old  PHP or RoR?

Yeah, I've been reading this book "Agile web development with Ruby on Rails". The language is a bit confusing and I'm unsure if I can create anything with RoR. It has different and confusing naming convection, the class in model automatically detects the table from the database using the pluralize form. For example if the class is named person, it will look for table named people in the database. I like the database migrations, few ruby features (NOTE: Ruby) and bit of naming convection and the templating system but rails is a confusing framework.

The downside of the book I have is that it doesn't goes from basic to advance features but advance to basics. You've to create a store at the start and then learn all the features of RoR. I have created the store but I don't even know the proper conditional statements.

Whereas PHP is lengthy unlike RoR but PHP is supported with a strong user-base. There is no confusing naming convections.

I don't know any downsides of PHP but I've used it before to create a register/login feature.

What should I do?

07-09-2007, 12:05 AM
#2
Max Nachamkin is offline Max Nachamkin
Status: I'm new around here
Join date: May 2007
Location: Philadelphia, PA
Expertise:
Software:
 
Posts: 12
iTrader: 0 / 0%
 

Max Nachamkin is on a distinguished road

  Old

I really think you should go with PHP. All though Ruby on Rails is a "new technology" with a "good future", there are currently more resources for PHP available. They have a great manual on their website (www.php.net), and you can use scripts. It's way more customizable and WAY easier to use in my opinion. Good luck!

07-09-2007, 01:35 AM
#3
Village Genius is offline Village Genius
Village Genius's Avatar
Status: Geek
Join date: Apr 2006
Location: Denver, CO
Expertise: Software
Software: Chrome, Notepad++
 
Posts: 6,894
iTrader: 18 / 100%
 

Village Genius will become famous soon enough

  Old

Learn php first, is is without a doubt the industry standard.

07-09-2007, 01:53 AM
#4
iisbum is offline iisbum
iisbum's Avatar
Status: Member
Join date: Oct 2005
Location: Clifton Park, NY, USA
Expertise:
Software:
 
Posts: 273
iTrader: 4 / 100%
 

iisbum is on a distinguished road

  Old

If you don't really know how to program in other languages, I'd recommended picking up a good book on just plain Ruby. Knowing the underlying language will help make learning Rails easier. Also the know more about the Object Orientation, and other programming techniques will help you greatly.

If you knew other programming languages you might be able to get by without this.

PHP and Ruby both have their strengths and weaknesses (I build in both). Ruby/Rails is tougher to pickup but once you get over the hump you'll find it makes a lot sense.

The big issue I still have with Rails in the scalability of the applications and the limited hosting options, both of which are improving.

Mubs

07-09-2007, 04:23 AM
#5
DJAC is offline DJAC
DJAC's Avatar
Status: Member
Join date: Mar 2006
Location: Canada
Expertise:
Software:
 
Posts: 286
iTrader: 0 / 0%
 

DJAC is on a distinguished road

Send a message via MSN to DJAC

  Old

I'm about 140pgs into the Agile book atm and I'm working on adding the check-out feature to my shopping cart. I'd have to say at this stage I'm very curious at learning more about the framework. As you've mentioned, this book does seem to start from a more advanced level.

I'm understanding everything so far, but don't know any of the details about the framework. Pgs 228-598, however, are dedicated to covering the framework, so I'm thinking that's when you really get to know what you're doing. Did you read the entire book Haris?

I've programmed PHP for around 5yrs and I would recommend you learn both PHP and RoR

07-09-2007, 09:04 AM
#6
Haris is offline Haris
Status: Request a custom title
Join date: Dec 2005
Location:
Expertise:
Software:
 
Posts: 2,741
iTrader: 9 / 100%
 

Haris is on a distinguished road

  Old

Originally Posted by DJAC View Post
I'm about 140pgs into the Agile book atm and I'm working on adding the check-out feature to my shopping cart. I'd have to say at this stage I'm very curious at learning more about the framework. As you've mentioned, this book does seem to start from a more advanced level.

I'm understanding everything so far, but don't know any of the details about the framework. Pgs 228-598, however, are dedicated to covering the framework, so I'm thinking that's when you really get to know what you're doing. Did you read the entire book Haris?

I've programmed PHP for around 5yrs and I would recommend you learn both PHP and RoR
I've not read the entire book but I stopped because I was completely confused. Do you recommend me starting over again because that could help me but would be time consuming.

Originally Posted by iisbum View Post
If you don't really know how to program in other languages, I'd recommended picking up a good book on just plain Ruby. Knowing the underlying language will help make learning Rails easier. Also the know more about the Object Orientation, and other programming techniques will help you greatly.

If you knew other programming languages you might be able to get by without this.

PHP and Ruby both have their strengths and weaknesses (I build in both). Ruby/Rails is tougher to pickup but once you get over the hump you'll find it makes a lot sense.

The big issue I still have with Rails in the scalability of the applications and the limited hosting options, both of which are improving.

Mubs
I know about MVC framework because it was clearly described in the book and is used by Rails. I don't have any idea on OOP. I've only heard that PHP5 comes with OOP and then never got into researching about it. I guess scalability issue will be non-existing in a few months since lot of hosting companies are starting to support RoR.

I'm looking into this http://www.pragmaticprogrammer.com/titles/fr_ltp/ but there are many resources available for beginners at www.ruby-lang.org

Originally Posted by Village Idiot View Post
Learn php first, is is without a doubt the industry standard.
Thanks for the advice.

Originally Posted by Max Nachamkin View Post
I really think you should go with PHP. All though Ruby on Rails is a "new technology" with a "good future", there are currently more resources for PHP available. They have a great manual on their website (www.php.net), and you can use scripts. It's way more customizable and WAY easier to use in my opinion. Good luck!
But way lengthy.

07-09-2007, 12:01 PM
#7
Salathe is offline Salathe
Salathe's Avatar
Status: Community Archaeologist
Join date: Jul 2004
Location: Scotland
Expertise: Software Development
Software: vim, PHP
 
Posts: 3,820
iTrader: 25 / 100%
 

Salathe will become famous soon enough

Send a message via MSN to Salathe

  Old

I think you've either not noticed or chosen to ignore an important factor here. RoR is just a framework built on top of Ruby. A similar example would be Zend (Framework), Symphony, CakePHP or CodeIgniter for PHP -- they're frameworks built on top of the language.

So more correctly, it would be better to compare PHP and Ruby or RoR with PHP frameworks (there are lots around).

07-09-2007, 12:12 PM
#8
Haris is offline Haris
Status: Request a custom title
Join date: Dec 2005
Location:
Expertise:
Software:
 
Posts: 2,741
iTrader: 9 / 100%
 

Haris is on a distinguished road

  Old

Originally Posted by Salathe View Post
I think you've either not noticed or chosen to ignore an important factor here. RoR is just a framework built on top of Ruby. A similar example would be Zend (Framework), Symphony, CakePHP or CodeIgniter for PHP -- they're frameworks built on top of the language.

So more correctly, it would be better to compare PHP and Ruby or RoR with PHP frameworks (there are lots around).
Actually, I did wanted to compare Ruby with PHP but since the framework is used widely instead of ruby itself, I thought comparing the framework with the widely known language would be better.

So what are your thoughts on this?

07-09-2007, 01:52 PM
#9
DJAC is offline DJAC
DJAC's Avatar
Status: Member
Join date: Mar 2006
Location: Canada
Expertise:
Software:
 
Posts: 286
iTrader: 0 / 0%
 

DJAC is on a distinguished road

Send a message via MSN to DJAC

  Old

Haris,

As I've mentioned, I haven't completed the book yet. I've just been coding the shopping cart step by step and getting a feel for RoR. I'm pretty sure going through the 270 pages detailing the framework (pgs 228-598) will really help bring things together.

If you really want to learn something, it'll take time, so you have to be willing to spend the time. This is one of the top books on RoR, so I suggest you stick to it.

It took me about 2 weeks to build my first site using PHP and I was self-taught, but since then I haven't stopped learning and improving my skills because there's so much you can do.

07-09-2007, 05:28 PM
#10
Haris is offline Haris
Status: Request a custom title
Join date: Dec 2005
Location:
Expertise:
Software:
 
Posts: 2,741
iTrader: 9 / 100%
 

Haris is on a distinguished road

  Old

Originally Posted by DJAC View Post
Haris,

As I've mentioned, I haven't completed the book yet. I've just been coding the shopping cart step by step and getting a feel for RoR. I'm pretty sure going through the 270 pages detailing the framework (pgs 228-598) will really help bring things together.

If you really want to learn something, it'll take time, so you have to be willing to spend the time. This is one of the top books on RoR, so I suggest you stick to it.

It took me about 2 weeks to build my first site using PHP and I was self-taught, but since then I haven't stopped learning and improving my skills because there's so much you can do.
Thanks for the advice. The book is a little confusing without basics so I'm going to go through http://rubylearning.com/satishtalim/tutorial.html first.

Closed Thread  
Page 1 of 3 1 2 3 >


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed