1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-23 10:01:55 +02:00
Files
php-phpbb/phpBB
Nils Adermann 711f482cb6 - Class loaders for both frameworks:
eZComponents through a loader object
Zend Framework with an autoload function

Example usage:

require("{$phpbb_root_path}includes/ezcomponents/loader.$phpEx");
require("{$phpbb_root_path}includes/Zend/loader.$phpEx");

$loader = new phpbb_ezcomponents_loader();
$loader->load_component('search');

$handler = new ezcSearchZendLuceneHandler( '/tmp/lucene' ); 



git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9552 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-06 23:20:10 +00:00
..
2009-04-17 15:18:03 +00:00
2008-08-15 19:46:51 +00:00
2007-10-05 14:30:11 +00:00
2007-10-05 14:30:11 +00:00
2007-10-05 14:30:11 +00:00
2009-04-26 15:12:54 +00:00
2009-06-02 13:51:19 +00:00