TheEddy Posted December 26, 2010 Share Posted December 26, 2010 I am a noob, what exactly are frameworks? Quote Link to comment https://forums.phpfreaks.com/topic/222695-what-are-frameworks/ Share on other sites More sharing options...
requinix Posted December 27, 2010 Share Posted December 27, 2010 Did you bother to Google it? Quote Link to comment https://forums.phpfreaks.com/topic/222695-what-are-frameworks/#findComment-1151657 Share on other sites More sharing options...
ignace Posted December 27, 2010 Share Posted December 27, 2010 They are frames like those found in HTML but they actually work, in contrary to the HTML one's. http://en.wikipedia.org/wiki/Software_framework Quote Link to comment https://forums.phpfreaks.com/topic/222695-what-are-frameworks/#findComment-1151834 Share on other sites More sharing options...
PHPTOM Posted December 28, 2010 Share Posted December 28, 2010 Definitions of programming framework on the Web: * Programming frameworks are application agnostic, algorithm agnostic and platform agnostic (they help you Program efficiently) Take a look at CakePHP. Have a read on their website. Quote Link to comment https://forums.phpfreaks.com/topic/222695-what-are-frameworks/#findComment-1151982 Share on other sites More sharing options...
Web Developer Posted January 6, 2011 Share Posted January 6, 2011 A framework is a hierarchical directory that encapsulates shared resources, such as a dynamic shared library, nib files, image files, localized strings, header files, and reference documentation in a single package. Multiple applications can use all of these resources simultaneously. The system loads them into memory as needed and shares the one copy of the resource among all applications whenever possible. Quote Link to comment https://forums.phpfreaks.com/topic/222695-what-are-frameworks/#findComment-1155577 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.