时间:2021-07-01 10:21:17 帮助过:37人阅读
我在 做导出ecxel 中使用PHPExcel库 但是 查了很多资料tp手册也看了很多遍 都没找到解决方法 跪求大神 说说怎么用 或者 怎么在 ExcelController.class.php 中 实例化IOFactory.php 这里一直 报没有发现IOFactory
我在 做导出ecxel 中使用PHPExcel库 但是 查了很多资料tp手册也看了很多遍 都没找到解决方法 跪求大神 说说怎么用 或者 怎么在 ExcelController.class.php 中 实例化IOFactory.php 这里一直 报没有发现IOFactory
添加命名空间没
尝试
Vendor('PHPExcel.PHPExcel.IOFactory');
$iofactory=new \IOFactory();
自带的jsonRPC客户端类测试
vendor("jsonRPC.jsonRPCClient");
$jsonrpc = new \jsonRPCClient();
dump($jsonrpc);