- added RedBeanPHP (RB) to libraries (obviously)
- config file for RB
- global helper with few useful functions
- sessions controller for handling users sessions + view files
- users controller for creating user account in database + view files
- routes for login/register
- autoloading necessary libraries and helpers for functionality mentioned above
- added (not very random) encryption key in config.php file
- global XSS filtering active
- .htaccess file for rewriting urls (no need for "/index.php/" part)
- Make sure that .htaccess fits your needs
- Edit application/config/config.php and application/config/redbean.php files to configure CI and RB respectively
- Start coding!
loads of stuff