您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

phpexcel的自动加载与其他框架有冲突_PHP教程

2024/4/24 19:17:37发布26次查看
phpexcel的自动加载与其他框架有冲突 一直想用phpexcel,这次这个项目遇到了。然而坑也出来了。phpexcel的autoloader.php里面 public static function register() { /* if (function_exists('__autoload')) { // register any existing autoloader function with spl, so we don't get any clashes spl_autoload_register('__autoload'); } // register ourselves with spl return spl_autoload_register(array('phpexcel_autoloader', 'load')); }
与以现有框架的自动加载有冲突了。为了解决这个问题,只可以改其中一个,我选择了phpexcel,因为框架的其他项目都用本身的自动加载,不能为了一个功能改动框架本身。
从网上找到了方法,就是删到原来的,用这个新的就可以解决了。
public static function register() { /* if (function_exists('__autoload')) { // register any existing autoloader function with spl, so we don't get any clashes spl_autoload_register('__autoload'); } // register ourselves with spl return spl_autoload_register(array('phpexcel_autoloader', 'load'));*/ $functions = spl_autoload_functions(); foreach ( $functions as $function) spl_autoload_unregister($function); $functions = array_merge(array(array('phpexcel_autoloader','load')),$functions); foreach ( $functions as $function) $x = spl_autoload_register($function); return $x;}
http://www.bkjia.com/phpjc/1061539.htmlwww.bkjia.comtruehttp://www.bkjia.com/phpjc/1061539.htmltecharticlephpexcel的自动加载与其他框架有冲突 一直想用phpexcel,这次这个项目遇到了。然而坑也出来了。phpexcel的autoloader.php里面 public static function re...
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product