Well those guys at Ellis Labs EllisLab are really cranking out the versions of CodeIgniter, two versions in the space of about six weeks that amazing. Their decision to have ExpressionEngine running of the CodeIgniter code base is really benefiting the development cycle which seems like it’s screaming along at full pace, nice work guys!!.
I’ve updated the the new functions and also corrected a few oversights, I’ve also removed the old style active record from the menu (ciar + tab) the function calls are still the same they’re just hidden. I’ve also updated all active record method names to use the new naming convention as a couple had slipped through the net. The major changes are listed below:
DBForge Library (cidbf):
- Added create_table
- Added drop_table
- Added rename_table
Input Library (ciinput):
- Added get_post
- Added get
- Modified post to set XSS filtering param
ActiveRecord Library (ciar & ciar*):
- Removed old active record library from menu (ciar still works but is now hidden)
- All depreciated functions now use new function names
- Fixed get, get_where snippets
- Added start_cache (ciar & ciarc)
- Added stop_cache (ciar & ciarc)
- Added flush_cache (ciar & ciarc)
And thats about it, the download is on the usual page. If you want to be informed of any new updates drop me an email at luci3n[at]sellersrank.com and I’ll notify you when I release. E-TextEditor users the download is normally added a few days later because I don’t have windows and if anyone is looking to be a test user I’ll happily send you a copy before I put it on the download list.











Written by admin
Topics: CodeIgniter, PHP