FRED™  3.0
FRED™: Framework for Rapid and Easy Development
doc.php
Go to the documentation of this file.
1 <?php
2 
3 /*! \mainpage FRED™: Framework for Rapid and Easy Development
4 
5 - \subpage notes
6 - \subpage dirs
7 
8 */
9 
10 /*! \page dirs Directory structure
11 
12 - Rsi\\*.php: helper classes (mostly static functions).
13 - Rsi\\Fred.php: Fred main class.
14 - Rsi\\Fred\\*.php: Fred components and some other general purpose classes.
15 
16 - Rsi\\Fred\\Component\\*.php: Component helper/sub classes.
17 - Rsi\\Fred\\Controller\\*.php: Controller helper/sub classes.
18 - Rsi\\Fred\\Controller\\Widget.php: Base widget class.
19 - Rsi\\Fred\\Controller\\Widget\\*.php: Specific widgets.
20 - Rsi\\Fred\\Controller\\View.php: Base view class.
21 - Rsi\\Fred\\Controller\\View\\*.php: Specific views.
22 - Rsi\\Fred\\Controller\\View\\Html\\Widget.php: Base HTML view widget.
23 - Rsi\\Fred\\Controller\\View\\Html\\Widget\\*.php: Specific HTML view widgets.
24 
25 - Rsi\\Fred\\Log.php: Log component.
26 - Rsi\\Fred\\Log\\Handler.php: Basic log handler.
27 - Rsi\\Fred\\Log\\Handler\\*.php: Specific log handlers.
28 
29 And so on.
30 
31 */