Questionnez la Communauté
Ask any professional question and get answers from other specialists.
Now a days you will often see “MVC Framework Experience” as one of the addon in most requirements. It is becoming a must-have skill set for a good web developer.
The short answer: Yes. The long answer: You difinitely need to learn MVC structure if you want a coherent project in long term and if your project is medium to large in ... Voir Plus
I will prefer following two: - CodeIgniter for very easy to learn even for a person who didn't work in any other framework or didn't know much about MVC. - Symf ... Voir Plus
You definetly need those freamworks if you are a developer, because all initial objects neccessary for web development is alread customize for you in MVC. So man I really ... Voir Plus
Yes it is worthwhile learning framework because of several reasons: 1. Code manageability. 2. Good coding practice. 3. Understanding design patterns. 4. Lastly, this avoi ... Voir Plus
Yes it is good to to learn an MVC framework because managing large scale applicaitons in pure php is very difficult. Frameworks also provide libraries for common tasks l ... Voir Plus
Frameworks have their both advantages and disadvantages and we use them for their advantages. Follwings are some frameworks advantages due to them we use: They provide us ... Voir Plus
It will help you to seperate your code into layers(Model/View/Controller) along with practicing OO programming. - Model ( Your Business logic) - Controller (process user ... Voir Plus