Connecting Tech Pros Worldwide Help | Site Map

Looking for a PHP Framework

  #1  
Old November 20th, 2008, 07:55 AM
Wang Jinbo
Guest
 
Posts: n/a
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.
  #2  
Old November 20th, 2008, 08:25 AM
Sven Reuter
Guest
 
Posts: n/a

re: Looking for a PHP Framework


Wang Jinbo wrote:
Quote:
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
--
http://www.sReuter.net/
http://www.Auskennbert.de/

For mail replace 'mm' with actual month, 'jj' with actual year (e.g.
'..._11_08').
  #3  
Old November 20th, 2008, 09:25 AM
703designs
Guest
 
Posts: n/a

re: Looking for a PHP Framework


On Nov 20, 2:46*am, Wang Jinbo <ggggqqqq...@gmail.comwrote:
Quote:
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
  #4  
Old November 20th, 2008, 10:05 AM
Erwin Moller
Guest
 
Posts: n/a

re: Looking for a PHP Framework


Wang Jinbo schreef:
Quote:
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
  #5  
Old November 20th, 2008, 10:55 AM
703designs
Guest
 
Posts: n/a

re: Looking for a PHP Framework


On Nov 20, 4:58*am, Erwin Moller
<Since_humans_read_this_I_am_spammed_too_m...@spam yourself.comwrote:
Quote:
Wang Jinbo schreef:
>
Quote:
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


  #6  
Old November 21st, 2008, 02:25 AM
Wang Jinbo
Guest
 
Posts: n/a

re: Looking for a PHP Framework


On 11月20日, 下午5时17分, 703designs <thomasmal...@gmail.comwrote:
Quote:
On Nov 20, 2:46 am, Wang Jinbo <ggggqqqq...@gmail.comwrote:
>
Quote:
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.
  #7  
Old November 21st, 2008, 02:25 AM
703designs
Guest
 
Posts: n/a

re: Looking for a PHP Framework


On Nov 20, 9:18 pm, Wang Jinbo <ggggqqqq...@gmail.comwrote:
Quote:
On 11月20日, 下午5时17分, 703designs <thomasmal....@gmail.comwrote:
>
Quote:
On Nov 20, 2:46 am, Wang Jinbo <ggggqqqq...@gmail.comwrote:
>
Quote:
Quote:
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.
>
Quote:
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?
>
Quote:
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
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
A new kind of PHP Framework EGreg answers 6 August 7th, 2008 07:25 AM
Looking for a framework Merlin Morgenstern answers 3 October 23rd, 2007 07:05 PM
|OT?| Zend PHP Framework R. Rajesh Jeba Anbiah answers 9 December 7th, 2005 10:35 PM
Looking for a good book Christoph answers 6 November 18th, 2005 02:17 PM
new php framework on tigris oneone@gmail.com answers 1 July 21st, 2005 07:55 AM