views:

80

answers:

4

Possible Duplicate:
What PHP MVC framework can you recommend?

I've decided to start my next project using MVC structure.. Until now , i haven't used any framework or php editors , project designer tools for any of my previous projects...

And all of them are working charm...

But i decided to use MVC because the project may expand continuously and we may need changes from time to time and i think i can split the task of design and code separately.

So what's the best php framework i can start with and is there any changes i should do while developing using php in MVC structure?

Suggestions please

+2  A: 

Answered many times.

http://stackoverflow.com/questions/199023/what-php-mvc-framework-can-you-recommend

http://stackoverflow.com/questions/827541/can-anybody-suggest-a-true-mvc-framework-for-building-a-php-application-from-scra

http://stackoverflow.com/questions/2648/what-php-framework-would-you-choose-for-a-new-application-and-why

http://stackoverflow.com/questions/335197/best-open-source-mvc-php-project-to-study

List goes on & on

Stoosh
Fine. I'll look all those things.. But i think this question never have a definite answer... I asked this, because i'm starter to both web development framework and MVC.. so which would be best option to start with..
kvijayhari
@kvijayhari - That's because there is no 'definite answer', use what's best suited for the project.
Stoosh
+1  A: 

You never get definitive answer. Using framework you are mastering framework not language.

ivan73
A: 

tinymvc + smarty, easy and delicious.

Orbit
+4  A: 

The decision may vary from person to person... If you ask me I will vote for Cake PHP as it is my first love among MVC frameworks. But right now working with Zend Framework which is quite strong and the best part is you can use it as you want.It's very Loosely Coupled(as Zend Framework manual states).But I found it very good too.I have played it very abruptly,but still it was standing by my side very Strongly.And I use Netbeans 6.9 which comes with Zend Framework+xdebug,which helps alot using and developing a huge Project.

Nishant Shrivastava