📜 ⬆️ ⬇️

CodeIgniter 1.6

A new version of our favorite framework has been released - CodeIgniter v1.6 ( download , svn )

A brief changelog :

  1. New DBForge class for managing tables in database (creating, deleting, modifying)
  2. New methods in ActiveRecord library.
  3. Attention! The name of some AR methods has changed. For example, getwhere () is now get_where ()
  4. MultipleViews
  5. Autoload models
etc. + sea bug fixes
')
Although I personally would like a human ORM out of the box. Well, we will wait.

Source: https://habr.com/ru/post/19644/


All Articles