Framework quote
From Joomla! Documentation
Everything below this notice is a part or chunk of information which is used on multiple pages of this wiki. You can help the Joomla! Documentation Wiki by editing or contributing more to it if it is not protected from editing. Please leave <noinclude>{{chunk}}</noinclude> on the first line as it generates this notice. |
A software framework is a reusable design for a software system (or subsystem). This is expressed as a set of abstract classes and the way their instances collaborate for a specific type of software. Software frameworks can be object-oriented designs. Although designs don't have to be implemented in an object-oriented language, they usually are. A software framework may include support programs, code libraries[1], a scripting language[2], or other software to help develop and glue together the different components of a software project. Various parts of the framework may be exposed through an application programming interface (API).
- From Wikipedia
- ↑ See also External Libraries in Joomla bundled with Joomla!
- ↑ See also JavaScript libraries bundled with Joomla!