Part of the EllisLab Network
   
1 of 4
1
CIEXtended (CIEX) - New PHP ORM Framework based on CodeIgniter
Posted: 31 July 2009 05:47 AM   [ Ignore ]  
Grad Student
Avatar
Rank
Total Posts:  44
Joined  04-29-2008

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

 Signature 

Check out CIEX (CIEXtended): New PHP ORM Framework based on CodeIgniter.

Profile
 
 
Posted: 31 July 2009 09:33 AM   [ Ignore ]   [ # 1 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  421
Joined  05-29-2006

Veri interest project!
There is a team for developing? There is a sample aplication? Thank you

 Signature 

CI Js_calendar plugin click

WYSIWYG with CI

Profile
 
 
Posted: 31 July 2009 03:42 PM   [ Ignore ]   [ # 2 ]  
Grad Student
Avatar
Rank
Total Posts:  44
Joined  04-29-2008

Hi abmcr

Thank you for your interest and feedback.
We currently are a small team, working hard to make this project better.

Thank you also for raising the need for a sample application, this is definitely on the way and will be available very soon. Meanwhile, please take a look at the sample code provided in the zip file. The sample code is minimal, however useful and informative.

If you have any questions, please do not hesitate to get in touch with us, and we will most certainly help you any way we can.

 Signature 

Check out CIEX (CIEXtended): New PHP ORM Framework based on CodeIgniter.

Profile
 
 
Posted: 01 August 2009 01:48 AM   [ Ignore ]   [ # 3 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  421
Joined  05-29-2006
nizsmo - 31 July 2009 03:42 PM

Meanwhile, please take a look at the sample code provided in the zip file. The sample code is minimal, however useful and informative.

Ok: i have see! very minimal but very interest. Thank you

 Signature 

CI Js_calendar plugin click

WYSIWYG with CI

Profile
 
 
Posted: 01 August 2009 04:40 AM   [ Ignore ]   [ # 4 ]  
Grad Student
Avatar
Rank
Total Posts:  83
Joined  04-27-2007

from browsing the code like 4-5 min i have a curiosity what dose \sys\libraries\CIEX.php ? why u encoded it ? are there any other files encoded ?

Profile
 
 
Posted: 01 August 2009 10:31 PM   [ Ignore ]   [ # 5 ]  
Grad Student
Avatar
Rank
Total Posts:  44
Joined  04-29-2008

Hi quasiperfect

Thanks for your interest and browsing our code.
The purpose of CIEX.php is that it is the core of the CIEX ORM. Unforunately it is currently not open-source, as we have spent a lot of time and created the ORM from scratch.

However in the (near?) future if we have enough requests/demand for the ORM to be open-source, then we will probably be happy to release it.

And the answer to your last question is no, there are no other files encoded, only the ORM: CIEX.php.

Thanks for your time, look forward to any feedback you may have!

 Signature 

Check out CIEX (CIEXtended): New PHP ORM Framework based on CodeIgniter.

Profile
 
 
Posted: 03 August 2009 02:49 AM   [ Ignore ]   [ # 6 ]  
Grad Student
Rank
Total Posts:  51
Joined  11-11-2006
nizsmo - 01 August 2009 10:31 PM

Hi quasiperfect
The purpose of CIEX.php is that it is the core of the CIEX ORM. Unforunately it is currently not open-source, .....

IMHO this is absolutely a show stopper and I think this will not help your development.

Profile
 
 
Posted: 03 August 2009 04:11 AM   [ Ignore ]   [ # 7 ]  
Grad Student
Avatar
Rank
Total Posts:  44
Joined  04-29-2008

Hi ralf57

Thanks for your input, and I certainly know where you are coming from.
We will definitely take your comment into consideration, and we invite you to use the rest of CIEX, if you think the ORM not being open-source is an obstacle, then you can still fully utilize the default CI models as an alternative. There are a lot of other modifications aside from the ORM, and there will be more improvements coming along updated regularly, so please don’t let the ORM stop you from exploring other features.

Thanks again for your interest, look forward to any other feedback/thoughts you may have.

 Signature 

Check out CIEX (CIEXtended): New PHP ORM Framework based on CodeIgniter.

Profile
 
 
Posted: 03 August 2009 06:06 AM   [ Ignore ]   [ # 8 ]  
Grad Student
Avatar
Rank
Total Posts:  83
Joined  04-27-2007

ralf57 for the orm part u can use datamapper is more advanced an has a lot more features and a larger user base so bugs are spoted fast smile
about “the show stopper” u are right i don’t use any 3’d party encoded code on principle so may thing can go wrong

Profile
 
 
Posted: 03 August 2009 06:28 AM   [ Ignore ]   [ # 9 ]  
Grad Student
Rank
Total Posts:  51
Joined  11-11-2006
quasiperfect - 03 August 2009 06:06 AM

ralf57 for the orm part u can use datamapper is more advanced an has a lot more features and a larger user base so bugs are spoted fast smile

thank you for the advice wink

quasiperfect - 03 August 2009 06:06 AM

i don’t use any 3’d party encoded code on principle so may thing can go wrong

I don’t use encoded code too.
I think it’s a limited development model I don’t feel to belong to.
This is just my opinion, one can be free to adopt any model he likes but should also expect limited feedback from users
The reason behind keeping the code closed:

we have spent a lot of time and created the ORM from scratch

is weak if compared to EllisLab releasing the whole CodeIgniter framework as Open Source code.

Profile
 
 
Posted: 03 August 2009 04:16 PM   [ Ignore ]   [ # 10 ]  
Grad Student
Avatar
Rank
Total Posts:  44
Joined  04-29-2008

Hi ralf57

Thanks for your input. I totally understand if you do not use the ORM which comes with CIEX, as we believe it is still the user’s choice whether to use other alternative ORM’s or still just take the models approach.

I agree EllisLab has done a terrific job with the CodeIgniter framework, and we bow to them. However it is hard to do a comparison between them and us as we are very young, and have just started what we are doing not long ago, compared to them.

As mentioned in the previous posts, we will take all feedback into consideration, but in the meanwhile please don’t let that stop you from enjoying other things CIEX can offer.

Thanks, and look forward to any other feedbacks you may have grin

 Signature 

Check out CIEX (CIEXtended): New PHP ORM Framework based on CodeIgniter.

Profile
 
 
   
1 of 4
1
 
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 721, on January 06, 2010 09:38 AM
Total Registered Members: 115017 Total Logged-in Users: 58
Total Topics: 122449 Total Anonymous Users: 2
Total Replies: 647332 Total Guests: 543
Total Posts: 769781    
Members ( View Memberlist )