Blog tutorial/Directories
From PRADO Wiki
The base directory tree of our Blog application is shown below.
The directory named blog is the base directory for our application.
- You can give it any name you want, this is only an example for this tutorial.
- The directory must be in the Web root, or in a subdirectory of the Web root.
+ blog - This is the main directory of our application.
├─+ assets - The assets directory is required by Prado.
├─+ protected - The protected directory is required by Prado.
├─+ pages - The pages directory is required by Prado.
├─+ runtime - The runtime directory is required by Prado.

