21282 Posts in 5730 Topics by 2601 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1069 Views |
-
PHPExcel and Silverstripe autoload

10 September 2010 at 8:30am
Hi everyone,
We are trying to develop an excel export for our ModelAdmin application, and we are trying to use PHPExcel. The problem is that when we do an include of the library, the autoloader of PHPExcel has conflicts with the autoloader of Silverstripe.
Has anyone a solution for this problem (other than include manually every class in PHPExcel)?
Thank you very much.
Regards,
Mercedes
-
Re: PHPExcel and Silverstripe autoload

11 September 2010 at 2:49am Last edited: 11 September 2010 3:05am
Dunno what the autoloader of PHPExcel does, but you can create a empty file with the name "_manifest_exclude" in the PHPExcel folder to prevent the autoloading from Silverstripe. I did this for mPDF and pChart and it works like a charm for me.
-
Re: PHPExcel and Silverstripe autoload

8 September 2011 at 10:01am
Simkin, did you ever find a solution to this? I'd be curious to know... I'm running into some issues with autoloading conflicts as well.
| 1069 Views | ||
|
Page:
1
|
Go to Top |


