purpose of 3rd party mvc ?

Posted by Honey on Stack Overflow See other posts from Stack Overflow or by Honey
Published on 2010-05-20T22:56:49Z Indexed on 2010/05/20 23:00 UTC
Read the original article Hit count: 381

Filed under:
|
|
|

ive seen many third party mvcs or frameworks such as codeignitor , cakephp, and so on. what i want to know is what are their purposes? ive created my own framework call it an mvc or framework (in my opinion their all the same). in my framework i have all the classes in one folder called classes and all functions in another. its all organized and when a new project comes in i am able to complete it fast. i have looked at the applications that i mentioned and it seems to have huge articles and tutorials to study. what is the purpose? why not study the main language such as php, javascript/ajax or jquery, and so on then build something that you know the ins and outs of so that any project comes your way you know what to do. ive known some people who use cakephp and for every project they get stuck and need to figure out what to do. another guy i knew worked with joomla and every basic company website that came his way he would reverse engineer joomla to make it work with the site. are people using these applications because they lack knowledge in the languages? or sometimes have no choice but to make a site while lacking language and put something together.

© Stack Overflow or respective owner

Related posts about php

Related posts about cakephp