PHP Vs ROR

Discussion in 'PHP' started by SoniaTapiolas, Sep 15, 2011.

  1. SoniaTapiolas

    SoniaTapiolas Banned

    Joined:
    Jul 28, 2011
    Messages:
    9
    Likes Received:
    0
    Trophy Points:
    0
    Which is the best web application to be opted for a website development and also please tel me the major difference between both applications?? Awaiting for responses....
     
  2. etsuser

    etsuser Banned

    Joined:
    Oct 1, 2011
    Messages:
    7
    Likes Received:
    0
    Trophy Points:
    0
    PHP is language but ROR is a framework.
     
  3. CarlyFiorina

    CarlyFiorina Banned

    Joined:
    Jun 16, 2011
    Messages:
    31
    Likes Received:
    0
    Trophy Points:
    0
    Hi guys,

    PHP is a procedural language, which means that it generally starts at the top of the script and runs to the bottom. When it hits the bottom, it's done until the next web page is requested. Of course, you can use functions and include files, but ultimately it starts at one point and ends at the last line of code on the page. PHP has some support for objects and classes, but it's not inherent and in my opinion, it's cumbersome and feels kludged.

    Thanks a lot:)
    Carly Fiorina
     
  4. SoniaTapiolas

    SoniaTapiolas Banned

    Joined:
    Jul 28, 2011
    Messages:
    9
    Likes Received:
    0
    Trophy Points:
    0
    Thanks friends for your suggestions...is ROR framework is suitable for a website coded in PHP??
     
  5. raixyz

    raixyz Banned

    Joined:
    Oct 18, 2011
    Messages:
    22
    Likes Received:
    0
    Trophy Points:
    0
    "They are completely different technologies.

    PHP is a glorified scripting language.

    RoR is a full dynamic programming language with tightly coupled technologies and architectures for web development

    So it really depends on what sort of development you would like to do"
     
  6. CarlyFiorina

    CarlyFiorina Banned

    Joined:
    Jun 16, 2011
    Messages:
    31
    Likes Received:
    0
    Trophy Points:
    0
    Hello,

    Many thanks for sharing your information, Really PHP is a glorified scripting language. I am highly appreciated!!

    Thanks a lot
    Carly Fiorina
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice