Connecting Tech Pros Worldwide Forums | Help | Site Map

Looking for a PHP Framework

Wang Jinbo
Guest
 
Posts: n/a
#1: Nov 20 '08
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
Guest
 
Posts: n/a
#2: Nov 20 '08

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').
703designs
Guest
 
Posts: n/a
#3: Nov 20 '08

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
Erwin Moller
Guest
 
Posts: n/a
#4: Nov 20 '08

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
703designs
Guest
 
Posts: n/a
#5: Nov 20 '08

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


Wang Jinbo
Guest
 
Posts: n/a
#6: Nov 21 '08

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.
703designs
Guest
 
Posts: n/a
#7: Nov 21 '08

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