CIEX (CIEXtended) is a PHP framework based on CI which includes by default an extremely light-weight ORM (object-relational mapping).
The goal of CIEX is to extend what we think CI has missed, and to add some implementations which we think is useful to everyone for everyday use, whilst still keeping the flexibility of CI as much as possible.
We love feedback, and we will base our features in the future heavily on what feedback we get, assuming it is practical and reasonable. So please provide any feedback on any new features you would like to see in the next release(s)!
As CIEX is based on CodeIgniter, it also has an extremely small footprint, in fact probably smaller than CodeIgniter as CIEX has been optimized thoroughly. You should also find that CIEX is easier to use, and more convenient. Some of the missed features in CodeIgniter has been implemented/changed in CIEX, which will make your job (as web developers) more efficient and with ease.
Do go easy on us at the start though, this is only the very early parts of CIEX, and would appreciate any constructive feedback/criticism.
We aim to update CIEX regularly, with fixes and new feature which we have planned or may have received from the users.
[UPDATE]———————
New Features include:
- $_GET or $this->input->get() can now be used in conjunction with friendly URLs
- PHP v5.3 compatible
- Easy to use and fast ORM
- Improved File Upload class, with allow all, disallowed types, MIME/File Extension (or both) checking!
- More MIME types available and ready to use
- Many small tweaks and optimizations
[/UPDATE]——————-
Resources:
Current Version: 0.9.2 beta
Wiki: here
Download: here
Website Homepage: here
