jonniejoejonson Posted September 15, 2009 Share Posted September 15, 2009 I'm a little confused as to what a framwork is?... Is it just a bunch of classes that make php run differently dependant on the framework you ar eusing ... of rexample instead of having to write aclass to validate a form... if i use ruby ion the rails framwork they already have a class to do that?... I am using a shared server with apache with php5 installed... am i using a framwork?.. and if so what one? Link to comment https://forums.phpfreaks.com/topic/174301-what-is-a-php-framework-and-do-i-use-one/ Share on other sites More sharing options...
ILMV Posted September 15, 2009 Share Posted September 15, 2009 http://en.wikipedia.org/wiki/Web_application_framework A PHP framework is a range of classes, usually utilising such object oriented programming techniques as inheritance, polymorphism and encapsulation to provide a code base in which can be used as the core of an application. It will provide advantages, such as recycling (reusing) code, higher database portability, and generally reducing the overheads involved in creating medium to large applications... etc etc. You won't be using a framework unless you had to install one yourself, and this is very unlikely. Link to comment https://forums.phpfreaks.com/topic/174301-what-is-a-php-framework-and-do-i-use-one/#findComment-918816 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.