This new version change many things:
- DB class, is now a singleton and uses PDO to connect with any database. Thanks to this change, the database connection is executed only when you instanciate the class.
- Added Session class, to safely manage the session.
- Introduced directory.php, to setup the folder structure of your application, and changed the default folders configuration.
- Get_ip() and get_browser_info() helper has been introduced.
- Many code optimization to improve the performance.
- Documentation and website updated

