Forums / Developer / eZ Publish and eZ Components bundled
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 eZ Publish and eZ Components, so that eZ Publish 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 eZ Publish?
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
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 eZ Publish root?
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' ); }
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!