03 May 2011

Rain Framework 2.3.1

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
Rain Framework is an open source MVC framework for PHP
  • Easy, to install and to use
  • Fast, to build application with high performance
  • Secure, all input are filtered
Profiler output