Looking for a PHP Framework

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

    Looking for a PHP Framework

    I want to build a website and want to find an MVC framework. The most
    important thing is that the framework should support the third-party
    library well. And the efficiency is also important, too. Which
    framework do you think is the best? Thanks.
  • Sven Reuter

    #2
    Re: Looking for a PHP Framework

    Wang Jinbo wrote:
    I want to build a website and want to find an MVC framework. The most
    important thing is that the framework should support the third-party
    library well. And the efficiency is also important, too. Which
    framework do you think is the best? Thanks.
    Zend Framework.


    Sven Reuter
    --



    For mail replace 'mm' with actual month, 'jj' with actual year (e.g.
    '..._11_08').

    Comment

    • 703designs

      #3
      Re: Looking for a PHP Framework

      On Nov 20, 2:46 am, Wang Jinbo <ggggqqqq...@gm ail.comwrote:
      I want to build a website and want to find an MVC framework. The most
      important thing is that the framework should support the third-party
      library well. And the efficiency is also important, too. Which
      framework do you think is the best? Thanks.
      Zend seems to be the framework of choice for those who need to
      incorporate other libraries, but I wouldn't consider the framework to
      be efficient. It almost always performs the worst of the major MVC
      frameworks in benchmarking. What sort of libraries do you need to
      incorporate?

      Thomas

      Comment

      • Erwin Moller

        #4
        Re: Looking for a PHP Framework

        Wang Jinbo schreef:
        I want to build a website and want to find an MVC framework. The most
        important thing is that the framework should support the third-party
        library well. And the efficiency is also important, too. Which
        framework do you think is the best? Thanks.
        Hi,

        In addition to the other postings, Cake PHP seems to be quite popular
        too, allthough I have no clue how easy your thirdparty libs can be
        incorperated into CakePHP

        For a quick introduction:


        Regards,
        Erwin Moller

        --
        "There are two ways of constructing a software design: One way is to
        make it so simple that there are obviously no deficiencies, and the
        other way is to make it so complicated that there are no obvious
        deficiencies. The first method is far more difficult."
        -- C.A.R. Hoare

        Comment

        • 703designs

          #5
          Re: Looking for a PHP Framework

          On Nov 20, 4:58 am, Erwin Moller
          <Since_humans_r ead_this_I_am_s pammed_too_m... @spamyourself.c omwrote:
          Wang Jinbo schreef:
          >
          I want to build a website and want to find an MVC framework. The most
          important thing is that the framework should support the third-party
          library well. And the efficiency is also important, too. Which
          framework do you think is the best? Thanks.
          >
          Hi,
          >
          In addition to the other postings, Cake PHP seems to be quite popular
          too, allthough I have no clue how easy your thirdparty libs can be
          incorperated into CakePHP
          >
          For a quick introduction:http://en.wikipedia.org/wiki/Cake_php
          >
          Regards,
          Erwin Moller
          >
          --
          "There are two ways of constructing a software design: One way is to
          make it so simple that there are obviously no deficiencies, and the
          other way is to make it so complicated that there are no obvious
          deficiencies. The first method is far more difficult."
          -- C.A.R. Hoare
          In Cake, third-party libs would end up in the /app/vendors folder and
          loaded using App::import(). See http://book.cakephp.org/view/499/The-App-Class
          and http://book.cakephp.org/view/538/Loading-Vendor-Files

          Thomas


          Comment

          • Wang Jinbo

            #6
            Re: Looking for a PHP Framework

            On 11ÔÂ20ÈÕ, ÏÂÎç5ʱ17·Ö, 703designs <thomasmal...@g mail.comwrote:
            On Nov 20, 2:46 am, Wang Jinbo <ggggqqqq...@gm ail.comwrote:
            >
            I want to build a website and want to find an MVC framework. The most
            important thing is that the framework should support the third-party
            library well. And the efficiency is also important, too. Which
            framework do you think is the best? Thanks.
            >
            Zend seems to be the framework of choice for those who need to
            incorporate other libraries, but I wouldn't consider the framework to
            be efficient. It almost always performs the worst of the major MVC
            frameworks in benchmarking. What sort of libraries do you need to
            incorporate?
            >
            Thomas
            I'm not sure which libraries I need to incorporate. The project will
            grow and some additional functions will be added into it. So the
            framework or the project should be extendable.

            Comment

            • 703designs

              #7
              Re: Looking for a PHP Framework

              On Nov 20, 9:18 pm, Wang Jinbo <ggggqqqq...@gm ail.comwrote:
              On 11ÔÂ20ÈÕ, ÏÂÎç5ʱ17·Ö, 703designs <thomasmal....@ gmail.comwrote:
              >
              On Nov 20, 2:46 am, Wang Jinbo <ggggqqqq...@gm ail.comwrote:
              >
              I want to build a website and want to find an MVC framework. The most
              important thing is that the framework should support the third-party
              library well. And the efficiency is also important, too. Which
              framework do you think is the best? Thanks.
              >
              Zend seems to be the framework of choice for those who need to
              incorporate other libraries, but I wouldn't consider the framework to
              be efficient. It almost always performs the worst of the major MVC
              frameworks in benchmarking. What sort of libraries do you need to
              incorporate?
              >
              Thomas
              >
              I'm not sure which libraries I need to incorporate. The project will
              grow and some additional functions will be added into it. So the
              framework or the project should be extendable.
              In that case I wouldn't stress too much; just choose what you like and
              make sure it has facilities like those I mentioned in CakePHP. Make
              sure to make a post their respective mailing lists to be sure and to
              get advice on best practices. I'm fairly certain that the major
              frameworks (CakePHP, Symfony, CodeIgniter, Zend) all support
              controlled includes of external libraries.

              Thomas

              Comment

              Working...