Looking for a PHP Framework 
November 20th, 2008, 07:55 AM
| | | |
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. | 
November 20th, 2008, 08:25 AM
| | | | 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'). | 
November 20th, 2008, 09:25 AM
| | | | 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 | 
November 20th, 2008, 10:05 AM
| | | | 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 | 
November 20th, 2008, 10:55 AM
| | | | 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 | 
November 21st, 2008, 02:25 AM
| | | | 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. | 
November 21st, 2008, 02:25 AM
| | | | 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?
| >>
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 |  | | | | /bytes/about
We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights.
Get the best answers to your questions from over 225,662 network members.
|