Connecting Tech Pros Worldwide Forums | Help | Site Map

Which framework to choose? And why?

=?ISO-8859-1?Q?Jo=E3o_Morais?=
Guest
 
Posts: n/a
#1: Feb 3 '08
Hi there guys,

I've been looking for a php framework so I can develop my future
applications with it, already looked at some but need some opinions in
which one to choose.

I'll be only working with PHP5.

Hope you guys can help with some pros and cons.

Thanks in advance

NC
Guest
 
Posts: n/a
#2: Feb 4 '08

re: Which framework to choose? And why?


On Feb 3, 1:10 pm, "Joćo Morais" <jcsmor...@gmail.comwrote:
Quote:
>
I've been looking for a php framework so I can develop
my future applications with it, already looked at some
but need some opinions in which one to choose.
Why stop at a framework? There are plenty of ready-made
skeleton applications waiting to be extended. In many
cases, this approach can yield results much faster than
coding from scratch, even if using a framework.

Also, you seem to be looking for a single solution to all
problems, including those you haven't defined yet. This
is not a good approach...

Cheers,
NC
=?ISO-8859-1?Q?Jo=E3o_Morais?=
Guest
 
Posts: n/a
#3: Feb 4 '08

re: Which framework to choose? And why?


Why stop at a framework? There are plenty of ready-made
Quote:
skeleton applications waiting to be extended. In many
cases, this approach can yield results much faster than
coding from scratch, even if using a framework.
I'm not interested in extending an existing application. Although it
could produce results much faster.
Quote:
Also, you seem to be looking for a single solution to all
problems, including those you haven't defined yet. This
is not a good approach...
Thats not right. I'm looking for a good framework solution, at the
moment I already have defined the structure of a new project and what
I want is a php framework that supports MVC, (and has a couple of
other things) so I won't need to implement it from scratch.

Thanks for your answer.
taps128
Guest
 
Posts: n/a
#4: Feb 4 '08

re: Which framework to choose? And why?


Joćo Morais wrote:
Quote:
Quote:
Why stop at a framework? There are plenty of ready-made
>skeleton applications waiting to be extended. In many
>cases, this approach can yield results much faster than
>coding from scratch, even if using a framework.
>
I'm not interested in extending an existing application. Although it
could produce results much faster.
>
Quote:
>Also, you seem to be looking for a single solution to all
>problems, including those you haven't defined yet. This
>is not a good approach...
>
Thats not right. I'm looking for a good framework solution, at the
moment I already have defined the structure of a new project and what
I want is a php framework that supports MVC, (and has a couple of
other things) so I won't need to implement it from scratch.
>
Thanks for your answer.
Symphony, CakePHP the first two that come to mind...
C. (http://symcbean.blogspot.com/)
Guest
 
Posts: n/a
#5: Feb 4 '08

re: Which framework to choose? And why?


On 3 Feb, 21:10, "Joćo Morais" <jcsmor...@gmail.comwrote:
Quote:
Hi there guys,
>
I've been looking for a php framework so I can develop my future
applications with it, already looked at some but need some opinions in
which one to choose.
>
I'll be only working with PHP5.
>
Hope you guys can help with some pros and cons.
>
Thanks in advance
http://groups.google.co.uk/group/com...hich+framework

C.
NC
Guest
 
Posts: n/a
#6: Feb 4 '08

re: Which framework to choose? And why?


On Feb 3, 10:22 pm, "Joćo Morais" <jcsmor...@gmail.comwrote:
Quote:
>
Quote:
Also, you seem to be looking for a single solution to all
problems, including those you haven't defined yet. This
is not a good approach...
>
Thats not right. I'm looking for a good framework solution,
Again, good for WHAT? Which database engine(s) do you expect
to work with? Do you need AJAX? What, if any, are you
internationalization needs?
Quote:
at the moment I already have defined the structure of a new
project and what I want is a php framework that supports MVC,
(and has a couple of other things) so I won't need to implement
it from scratch.
In that case, check out Symfony, CakePHP, and CodeIgniter...

Cheers,
NC
=?ISO-8859-1?Q?Jo=E3o_Morais?=
Guest
 
Posts: n/a
#7: Feb 5 '08

re: Which framework to choose? And why?


Thats not right. I'm looking for a good framework solution,
Quote:
>
Again, good for WHAT? Which database engine(s) do you expect
to work with? Do you need AJAX? What, if any, are you
internationalization needs?
Mostly MySQL but other options are a plus.
Yes, ajax is needed.
Internationalization too.
Quote:
In that case, check out Symfony, CakePHP, and CodeIgniter...
Already did it, at the moment I think symfony completes my
requirements.

For those who have the same questions here is a nice site that has
some useful informations: http://www.phpframeworks.com/
tom
Guest
 
Posts: n/a
#8: Feb 22 '08

re: Which framework to choose? And why?


For those who have the same questions here is a nice site that has
Quote:
some useful informations:http://www.phpframeworks.com/
Another good place to start : http://www.therightsoft.com/software.../webframeworks

It gives an idea of framework notoriety, activity and maturity and
links to tutorials and books. But you have to figure by yourself if
the framework features match your needs

Closed Thread