php Web Frameworks

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ike

    php Web Frameworks

    I've been trying to learn Ruby On Rails, because of it;s ease of use as a
    web framwework. I am primarily a Java programmer, but the web Frameworks
    there - Struts, Java Server Faces, are arcane as hell compared to Rails.
    Additionally, Rails bakes Ajax code right into the output pages.

    So it occurs to me -- surely there must be a php-based Web Framework that is
    as easy to use as Rails, and incorporates Ajax into the output
    automatically for you? If so, that would be the solution I want for the
    future. ANyone aware of such a creature? Thanks, Ike


  • IchBin

    #2
    Re: php Web Frameworks

    Ike wrote:
    I've been trying to learn Ruby On Rails, because of it;s ease of use as a
    web framwework. I am primarily a Java programmer, but the web Frameworks
    there - Struts, Java Server Faces, are arcane as hell compared to Rails.
    Additionally, Rails bakes Ajax code right into the output pages.
    >
    So it occurs to me -- surely there must be a php-based Web Framework that is
    as easy to use as Rails, and incorporates Ajax into the output
    automatically for you? If so, that would be the solution I want for the
    future. ANyone aware of such a creature? Thanks, Ike
    >
    >
    I am also a Java programmer trying to consume php as fast as I can. I am
    also looking at Ruby ala Eclipse IDE. I am a new to php but so far I
    have found the following frameworks for PHP listed below. From my
    understanding, so far, I think as a parallel to ruby on rails that
    CakePHP comes closest. You can make your own assessments.

    RADICORE: Rapid Application Development toolkit
    Build apps faster with Rapid Application Development using open-source RAD tools, modern RAD frameworks, and rapid application design methods.


    Symfony: an open-source PHP5 web framework


    CakePHP: Rapid development framework for PHP
    CakePHP is an open-source web, rapid development framework that makes building web applications simpler, faster and require less code. It follows the model–view–controller (MVC) . Manual for beginners now available and links towards the last version.


    Code Igniter: Open Source Web Application Framework
    The small framework with powerful features


    Seagull: OOP framework for building web, command line and GUI applications



    Two Articles of interest:
    Recommend a good web-application framework for PHP?
    Build the skills your teams need. Give them the O'Reilly learning platform and equip them with the resources that drive business outcomes.


    Time to find a PHP framework


    --
    Thanks in Advance...
    IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us
    'If there is one, Knowledge is the "Fountain of Youth"'
    -William E. Taylor, Regular Guy (1952-)

    Comment

    • R. Rajesh Jeba Anbiah

      #3
      |OT| PHP vs RoR (Was Re: php Web Frameworks)

      Ike wrote:
      I've been trying to learn Ruby On Rails, because of it;s ease of use as a
      web framwework. I am primarily a Java programmer, but the web Frameworks
      there - Struts, Java Server Faces, are arcane as hell compared to Rails.
      Additionally, Rails bakes Ajax code right into the output pages.
      >
      So it occurs to me -- surely there must be a php-based Web Framework that is
      as easy to use as Rails, and incorporates Ajax into the output
      automatically for you? If so, that would be the solution I want for the
      future. ANyone aware of such a creature? Thanks, Ike
      PHP got *huge* frameworks; but most of them are just clones of
      ..Net, RoR, etc--than to be innovative to attract users. The reason
      might be because that most of the hard PHP programmers still prefer to
      flexible with hackish style than the rigid framework approach as many
      of them feels that most of web applications are simpler.

      IMHO, RoR is killing many other frameworks and attracting more PHP
      programmers lately. Those who are worried about the server support for
      Ruby are just using Symfony, CakePHP, etc as an alternate to RoR.

      --
      <?php echo 'Just another PHP saint'; ?>
      Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

      Comment

      • Tony Marston

        #4
        Re: |OT| PHP vs RoR (Was Re: php Web Frameworks)

        May I suggest you look at Radicore at http://www.radicore.org which is most
        definitely NOT a clone of any other framework If you are building
        administrative web applications then this has more features than you can
        shake a stick at.

        For a comparison between Radicore and RoR take a look at


        It may also interest you to know that a java programmer looked at radicore's
        design and was so impressed that he decided to build a clone in java. How's
        that for a world's first - a java clone of a PHP framework! Read about it at
        Radicore for Java, Develop Java applications faster with a high-performance RAD framework for fast and efficient software delivery.


        --
        Tony Marston

        This is Tony Marston's web site, containing personal information plus pages devoted to the Uniface 4GL development language, XML and XSL, PHP and MySQL, and a bit of COBOL

        Build apps faster with Rapid Application Development using open-source RAD tools, modern RAD frameworks, and rapid application design methods.




        "R. Rajesh Jeba Anbiah" <ng4rrjanbiah@r ediffmail.comwr ote in message
        news:1157139146 .094009.285910@ m73g2000cwd.goo glegroups.com.. .
        Ike wrote:
        >I've been trying to learn Ruby On Rails, because of it;s ease of use as a
        >web framwework. I am primarily a Java programmer, but the web Frameworks
        >there - Struts, Java Server Faces, are arcane as hell compared to Rails.
        >Additionally , Rails bakes Ajax code right into the output pages.
        >>
        >So it occurs to me -- surely there must be a php-based Web Framework that
        >is
        >as easy to use as Rails, and incorporates Ajax into the output
        >automaticall y for you? If so, that would be the solution I want for the
        >future. ANyone aware of such a creature? Thanks, Ike
        >
        PHP got *huge* frameworks; but most of them are just clones of
        .Net, RoR, etc--than to be innovative to attract users. The reason
        might be because that most of the hard PHP programmers still prefer to
        flexible with hackish style than the rigid framework approach as many
        of them feels that most of web applications are simpler.
        >
        IMHO, RoR is killing many other frameworks and attracting more PHP
        programmers lately. Those who are worried about the server support for
        Ruby are just using Symfony, CakePHP, etc as an alternate to RoR.
        >
        --
        <?php echo 'Just another PHP saint'; ?>
        Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
        >

        Comment

        • Rob Tweed

          #5
          Re: php Web Frameworks

          Check out eXtc Web Developer (www.mgateway.com) which provides a
          cross-technology framework for web application development, is simple
          to use and makes Ajax techniques very simple indeed.

          On Fri, 01 Sep 2006 13:13:46 GMT, "Ike" <rxv@hotmail.co mwrote:
          >I've been trying to learn Ruby On Rails, because of it;s ease of use as a
          >web framwework. I am primarily a Java programmer, but the web Frameworks
          >there - Struts, Java Server Faces, are arcane as hell compared to Rails.
          >Additionally , Rails bakes Ajax code right into the output pages.
          >
          >So it occurs to me -- surely there must be a php-based Web Framework that is
          >as easy to use as Rails, and incorporates Ajax into the output
          >automaticall y for you? If so, that would be the solution I want for the
          >future. ANyone aware of such a creature? Thanks, Ike
          >
          ---
          Rob Tweed
          M/Gateway Developments Ltd

          The Pursuit of Productivity : http://www.mgateway.com

          Comment

          Working...