Product SiteDocumentation Site

Chapter 1. Introduction

1.1. Folder Structure
1.2. Bootstrapping
1.2.1. Minimalistic Approach
1.2.2. Legacy Platform
1.3. Platform Version
1.3.1. JPlatform
1.4. Class Auto-loading
1.4.1. JLoader
This is the introduction to the Joomla Platform.

1.1. Folder Structure

The following outlines the purpose of the top-level folder structure of the Joomla Platform as found in the Github repository.
/build contains information relevant for building code style reports about the platform. Output from various automated processes may also end up in this folder.
/docs contain developer manuals in DocBook format.
/libraries contains all the server-side PHP code used in the Joomla Platform API.
/media contains any client-side resources used by the platform.
/tests contains all of the unit tests used for quality control.