Framework Structure - General Review
Below you may see the structure of ApPHP Framework.
-
framework/ framework directory
- collections/ directory of collections classes
- components/ directory of components classes
- core/ directory where placed all core classes
- db/ directory where placed all database related classes
- docs/ directory of documentation files
- helpers/ directory of helpers classes
- i18n/ directory of internationalization files
- messages/ directory of messages files
- vendors/ directory of vendors files
- Apphp.php Framework bootstrap file