摘要: 主要是两者都有autoloader,如果直接使用会提示找不到YII的所有class最后找到了一中优雅的解决办法:http://www.yiiframework.com/forum/index.php/topic/18119-extensioneexcelview/page__st__20 1 spl_autoload_unregister(array('YiiBase','autoload')); 2 try { 3 Yii::import('application.extensions.phpexcel.Classes.PHPExcel', t 阅读全文
posted @ 2012-07-25 11:26 handt 阅读(358) 评论(0) 推荐(0)