This is fantastic news—i’m tempted to say a dream come true, but that would be too much, so i won’t.
but i have a question—in what way is EE going to be built on CI? what i mean is perhaps better explained by an example.
if i am developing a CI application, could i just drop in different EE modules, foregoing others? for example(fake code):
“load membership module”
“load wiki module”
{if member access == 1}
{embed wiki="mainwiki" template="bluebird_3col"}
{/if}
...so that EE modules can be invoked in a controlled context. is that the idea? or would it mainly be loading the entirety of expression engine, which would then handle the activation of hooks, extensions, modules, plugins, etc.?
thanks,
ward smith