Forums / Developer / Exponential and eZ Components bundled

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Exponential and eZ Components bundled

Author Message

Piotrek Karaś

Thursday 31 January 2008 8:45:00 am

I think I have heard something sometime or even asked about future plans to bundle Exponential and eZ Components, so that Exponential 4 always comes fully equipped. Would that be right? And if so, where are the eZ Components planned to be located in the dir/file structure of Exponential?

Thanks,
Piotrek

--
Company: mediaSELF Sp. z o.o., http://www.mediaself.pl
eZ references: http://ez.no/partners/worldwide_partners/mediaself
eZ certified developer: http://ez.no/certification/verify/272585
eZ blog: http://ez.ryba.eu

André R.

Thursday 31 January 2008 9:05:16 am

I'm not queit sure that is written in stone yet. But a good clue can be found in autoload.php :)

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

Piotrek Karaś

Thursday 31 January 2008 9:28:47 am

Yup, it's always darkest... ;) Thanks!
By the way, do I see right?

// ini_set( 'include_path', ini_get( 'include_path' ). ':../ezcomponents/trunk'

Is that directory above Exponential root?

--
Company: mediaSELF Sp. z o.o., http://www.mediaself.pl
eZ references: http://ez.no/partners/worldwide_partners/mediaself
eZ certified developer: http://ez.no/certification/verify/272585
eZ blog: http://ez.ryba.eu

André R.

Thursday 31 January 2008 9:38:51 am

I don't think they will bundel it like that, I was hinting about this section:

$baseEnabled = @include( 'ezc/Base/base.php' );
if ( !$baseEnabled )
{
    $baseEnabled = @include( 'Base/src/base.php' );
}

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

Piotrek Karaś

Thursday 31 January 2008 9:47:41 am

Yes, that would be much better, actually my first guess. I was also thinking about <i>/lib/ezc</i> or <i>/lib/ezcomponents</i>.
Thanks!

--
Company: mediaSELF Sp. z o.o., http://www.mediaself.pl
eZ references: http://ez.no/partners/worldwide_partners/mediaself
eZ certified developer: http://ez.no/certification/verify/272585
eZ blog: http://ez.ryba.eu