Home > Archive > PHP Programming > July 2007 > choosing framework
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
choosing framework
|
|
| Stefano 2007-07-27, 7:59 am |
|
Hello, I would like to learn a PHP5 framework:
I found many but I'm a little : which could be "the right one"?
I need a good community and an easy to use solution to implement medium
dimension solutions. Suggestions? Thanks.
| |
| Matt Sicker 2007-07-27, 7:00 pm |
| Stefano wrote:
>
> Hello, I would like to learn a PHP5 framework:
> I found many but I'm a little : which could be "the right one"?
> I need a good community and an easy to use solution to implement medium
> dimension solutions. Suggestions? Thanks.
I like to use PEAR modules as they're usually well supported. In PHP, I
tend not to use actual MVC frameworks; rather, I just wing it and make my
own. You can use Smarty for templates (V) and PDO/SDO or MDB2 or something
like that for the model.
--
'Yes, firefox is indeed greater than women. Can women block pops up for you?
No. Can Firefox show you naked women? Yes.'
| |
| Stefano 2007-07-27, 7:00 pm |
| Matt Sicker wrote:
> In PHP, I
> tend not to use actual MVC frameworks; rather, I just wing it and make my
> own
ok, I perfectly understand what you say, but here where I live, and in
an enterprise environment, it is considered a valuable thing the ability
to use a framework
| |
|
| Stefano napisaĆ(a):
> Matt Sicker wrote:
>
>
>
> ok, I perfectly understand what you say, but here where I live, and in
> an enterprise environment, it is considered a valuable thing the ability
> to use a framework
It seems that CakePHP and ZendFramework are those with most active
community. For fast developing CakePHP, for lots functionality and
flexibility - ZF.
--
Best Regards
Piotr N
|
|
|
|
|