EllisLab text mark
Advanced Search
1 of 7
1
   
ExpressionEngine 2.0: fully CodeIgnited!
Posted: 14 March 2008 08:45 AM   [ Ignore ]
Avatar
Joined: 2006-03-23
3194 posts

At South by Southwest during our “ExpressionEngine 2.0 sneak peek” I got a chance to reveal some big news about the future of ExpressionEngine that I wanted to explore in some more detail here for anyone who wasn’t able to attend.

ExpressionEngine 2.0 is built on CodeIgniter.

CodeIgniter (http://www.codeigniter.com) is our Open Source PHP based framework.  You can learn more at CodeIgniter.com, but in a nutshell it’s the toolkit that many powerful applications are built on, and now we can add ExpressionEngine to that list.

This is great news if you’re an ExpressionEngine user, a CodeIgniter user, or both.  As an ExpressionEngine developer you will have a greatly expanded community of talented developers working with you, and for you.  I said during my talk, “The nerds are excited, and you should be excited that the nerds are excited”.  As a dyed in the wool nerd, I stand by this!

Read on!

 Signature 

DerekAllard.com - CodeIgniter, ExpressionEngine, and the World of Web Design

 
Posted: 14 March 2008 10:53 AM   [ Ignore ]   [ # 1 ]   [ Rating: 0 ]
Avatar
Joined: 2007-08-29
108 posts

This is the biggest thing that I feel ExpressionEngine 2 is bringing to the table. As a ExpressionEngine and a CodeIgniter User, I’ve been wishing for some more integration between them - and now (almost) we have it! This will just mean rewriting my apps to utilize both.

Thanks!

 Signature 

Userpath - Websites and interfaces.

 
Posted: 14 March 2008 11:18 AM   [ Ignore ]   [ # 2 ]   [ Rating: 0 ]
Avatar
Joined: 2004-05-15
76 posts

Here’s a question. If you have a client that wants to offer rudimentary journaling to their users, and you write that functionality in CodeIgniter, would it still be against the EE terms of use to use EE for the CMS of the site?

 Signature 

AKA Chris Simmons

 
Posted: 14 March 2008 11:22 AM   [ Ignore ]   [ # 3 ]   [ Rating: 0 ]
Avatar
Joined: 2002-05-20
12626 posts

Was wondering the same thing, Evil Spy.  Something along the lines of Rottentomatoes, etc.

 Signature 
 
Posted: 14 March 2008 11:26 AM   [ Ignore ]   [ # 4 ]   [ Rating: 0 ]
Avatar
Joined: 2007-01-05
1423 posts

I am getting slightly excited. I just wish I was a true coder at heart.

So (for example) a client wanted a training and exam app built and this included forums and memberships, could this now be built using CI then dropped into an EE interface? If so then I am a little bit more excited…

 Signature 

Steven Hambleton | Hambo Development

WE SPECIALISE IN WORKING WITH AGENCIES AND BUILDING LONG TERM DEVELOPMENT PARTNERSHIPS 
 
Posted: 14 March 2008 11:29 AM   [ Ignore ]   [ # 5 ]   [ Rating: 0 ]
Avatar
Joined: 2006-03-20
753 posts

I can’t even begin to describe how excited i am about the jquery for CI/EE.

Seriously, that alone is enough to make my year. I’m so glad i have stuck with CI instead of investigating other frameworks, it has really paid off.

Good darned work ellislabs, this has made my working life 20 million times better.

 
Posted: 14 March 2008 01:52 PM   [ Ignore ]   [ # 6 ]   [ Rating: 0 ]
Joined: 2002-03-12
17 posts

Sounds great…  Can’t wait especially the jquery integration.  I hope you plan on using jquery in noConflict mode or have a simple way to set it this way for those of us who are using more than 1 javascript library in our app already.

Thanks… and keep up the good work.

 
Posted: 14 March 2008 01:53 PM   [ Ignore ]   [ # 7 ]   [ Rating: 0 ]
Avatar
Joined: 2006-09-09
294 posts

Exciting times indeed. If you are PHP coder CI seems pretty straightforward and indeed has many methods that make things easier than coding from scratch.

For me the post throws up the old debate about where Javascript should sit in an Application. For flexibility I would prefer it to be in its own behavioral layer outside of the logic. Mixing it up with the PHP is less than optimal in my opinion but perhaps you have good reason to put it there? Specificaly I don’t think a framework should output inline Javascript and it should also work without Javascript.

 Signature 

Shape Shed

 
Posted: 14 March 2008 03:03 PM   [ Ignore ]   [ # 8 ]   [ Rating: 0 ]
Avatar
Joined: 2006-09-30
284 posts

This is huuuuuuge! Finally! I use CI exclusively and I’ve build my own CMS functionality layer. But I’d abandon that in a heartbeat for a CI powered EE.

Now, when can I download it? I need to get started with this.

Juergen

P.S. Does this mean that EE is now actually a CMF????

 Signature 

sitesquad.net | < insert catchy tagline here />

 
Posted: 14 March 2008 03:07 PM   [ Ignore ]   [ # 9 ]   [ Rating: 0 ]
Avatar
Joined: 2002-08-05
490 posts
Evil Spy - 14 March 2008 03:18 PM

Here’s a question. If you have a client that wants to offer rudimentary journaling to their users, and you write that functionality in CodeIgniter, would it still be against the EE terms of use to use EE for the CMS of the site?

I see no reason why it would be.  You build something in CI, it is still built in CI, which is Open Source.  Even if you use EE in tandem with it, there is nothing in the EE license to prevent you from using another application with EE or to expand EE using another application.

 
Posted: 14 March 2008 03:10 PM   [ Ignore ]   [ # 10 ]   [ Rating: 0 ]
Avatar
Joined: 2002-08-05
490 posts
stinhambo - 14 March 2008 03:26 PM

So (for example) a client wanted a training and exam app built and this included forums and memberships, could this now be built using CI then dropped into an EE interface? If so then I am a little bit more excited…

Indeed it could.  There would definitely have to be some EE specific integration, but it would be possible to write a separate CI application and then create a module bridge between it and EE.

 
Posted: 14 March 2008 03:12 PM   [ Ignore ]   [ # 11 ]   [ Rating: 0 ]
Avatar
Joined: 2002-08-05
490 posts
Shape Shed - 14 March 2008 05:53 PM

Mixing it up with the PHP is less than optimal in my opinion but perhaps you have good reason to put it there? Specificaly I don’t think a framework should output inline Javascript and it should also work without Javascript.

The framework does not force any outputting of jQuery, JavaScript, or even data.  You choose what you want to output.  What the Javascript library does is makes it easier to create effects and use the library, with simple PHP commands, instead of having to write it all out yourself in the View files.

 
Posted: 14 March 2008 03:13 PM   [ Ignore ]   [ # 12 ]   [ Rating: 0 ]
Avatar
Joined: 2002-08-05
490 posts
CI Mirage - 14 March 2008 07:03 PM

P.S. Does this mean that EE is now actually a CMF????

Under the Wikipedia definition it kind of already is.

 
Posted: 14 March 2008 03:14 PM   [ Ignore ]   [ # 13 ]   [ Rating: 0 ]
Avatar
Joined: 2006-03-23
3194 posts

To add to this, outputting script in another controller is effectively creating an external script which gets cached and has all the advantages of separating presentation from behaviour.  I’ll start releasing more details over time, but I want to assure everyone that the Derek’s and Paul are very much in tune with these issues.

 Signature 

DerekAllard.com - CodeIgniter, ExpressionEngine, and the World of Web Design

 
Posted: 14 March 2008 03:48 PM   [ Ignore ]   [ # 14 ]   [ Rating: 0 ]
Avatar
Joined: 2007-11-06
260 posts

Can anyone tell me what software was used to create the “Sneak Preview” video?  I really like how the video set focus via the circle and shaded background. Thanks.

 
Posted: 14 March 2008 03:51 PM   [ Ignore ]   [ # 15 ]   [ Rating: 0 ]
Avatar
Joined: 2004-05-15
29075 posts
Leslie Camacho - 13 March 2008 07:51 PM

Its a combo of ScreenFlow and Mousepose.

 
1 of 7
1