NOTE: This code is just to display an understanding of good coding style in Php.
The project was based on Admin Panel LTE which is a template generated using the Bootstrap framework. The Framework is an MVC framework designed by using the following features
- Autoloading classes using composer - Check RRPhpLibraryV2/Helpers/PhpCrud.php
- Dependency injection - Check RRPhpLibraryV2/Helpers/PhpCrud.php
- Namespaces - Check RRPhpLibraryV2/Helpers/PhpCrud.php
- DAO class - Check models/user.php
- Single pattern - Check RRPhpLibraryV2/Helpers/Connection.php
The code may raise a lot of questions since it is incomplete.
The ZIP file template.zip must be unzipped and put at the same level as RRPhpLibrary.