Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.04 KB

File metadata and controls

35 lines (24 loc) · 1.04 KB

Rapid Development with CodeIgniter and RedBeanPHP

Versions

Changes comparing to vanilla CodeIgniter setup

  • 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)

How to use it?

  1. Make sure that .htaccess fits your needs
  2. Edit application/config/config.php and application/config/redbean.php files to configure CI and RB respectively
  3. Start coding!

TODO

loads of stuff

Contact

peter@legierski.net

@PeterLegierski