Trending CakePHP Discussions

Follow

Ask the Community


Ask any professional question and get answers from other specialists.

Stream language
Renjith Chacko's image
Question added by Renjith Chacko Offshore Web Developer Design Master
10 years ago

Why you should use MVC PHP frameworks, is it worthwhile spending the time to learn a framework ?‎

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.‎

Answers:
7
Followers:
Views:
865
Vote Count:
3
Answer should contain a minimum of 25 characters.
obada saada's image
Question added by obada saada ٍSoftware Developer Al-Noor for powder Coatings
7 years ago
Answers:
2
Followers:
Views:
42
Vote Count:
0
Answer should contain a minimum of 25 characters.
Zafar ullah's image
Question added by Zafar ullah Sr. Web Developer | IT Manager The Red Studios
9 years ago
Answers:
1
Followers:
Views:
156
Vote Count:
0
Answer should contain a minimum of 25 characters.
alireza hoseini's image  
Answer added by  alireza hoseini, PHP & Python back-end developer, Fax.ir
10 years ago

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 ... See More

Muhammad Majid Saleem's image  
Answer added by  Muhammad Majid Saleem, Senior PHP Developer / Project Manager, SwaamTech
9 years ago

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 ... See More

Henok Gossaye's image  
Answer added by  Henok Gossaye, Book layout production -- Sr. Graphics Designer, JICA
10 years ago

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 ... See More

Clodelio Delfino's image  
Answer added by  Clodelio Delfino, Managing Consultant, Startup Company
10 years ago

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 ... See More

Iltaf Hussain's image  
Answer added by  Iltaf Hussain, Head of Development, Shy7lo.com
10 years ago

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 ... See More

Muhammad Majid Saleem's image  
Answer added by  Muhammad Majid Saleem, Senior PHP Developer / Project Manager, SwaamTech
10 years ago

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 ... See More

Asif Ali M's image  
Answer added by  Asif Ali M, Project Lead, LiquidHub
10 years ago

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 ... See More