Skip to content

CodeIgniter 2.1 (PHP Framework) + RedBeanPHP 3.1 (ORM) for Rapid Development

License

Notifications You must be signed in to change notification settings

legierski/CodeIgniter-RedBean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

[email protected]

@PeterLegierski

About

CodeIgniter 2.1 (PHP Framework) + RedBeanPHP 3.1 (ORM) for Rapid Development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published