[symfony-users] Re: autoload PHPExcel

2009-05-12 Thread Tomasz Ignatiuk
OK, it works, I added: *set_include_path(get_include_path() . PATH_SEPARATOR . '../lib/');* to* config/ProjectConfiguration.class.php* 2009/5/9 Richtermeister nex...@gmail.com Hey Tomasz, the problem is not that symfony doesn't find the files.. The problem is that the Excel library does

[symfony-users] Re: autoload PHPExcel

2009-05-11 Thread Tomasz Ignatiuk
I thought so, but I didn't know how to fix it. For now it is working with set path. :) DEEPAK BHATIA: I also used this plugin, but some thing weren't working so I dropped it because I didn't have time to look for bugs. Even after updating PHPExel for newest version, still it reported some bugs.

[symfony-users] Re: autoload PHPExcel

2009-05-11 Thread DEEPAK BHATIA
Hi, Can you please send me the PHPExcel library/link used by you ? Regards Deepak Bhatia On Mon, May 11, 2009 at 12:52 PM, Tomasz Ignatiuk tomek.ignat...@gmail.comwrote: I thought so, but I didn't know how to fix it. For now it is working with set path. :) DEEPAK BHATIA: I also used this

[symfony-users] Re: autoload PHPExcel

2009-05-10 Thread DEEPAK BHATIA
Hi, I used the following http://www.symfony-project.org/plugins/sfPhpExcelPlugin Does you mean the same or is it some other PHP Library. Regards Deepak Bhatia On 5/10/09, Richtermeister nex...@gmail.com wrote: Hey Tomasz, the problem is not that symfony doesn't find the files.. The

[symfony-users] Re: autoload PHPExcel

2009-05-09 Thread Richtermeister
Hey Tomasz, the problem is not that symfony doesn't find the files.. The problem is that the Excel library does not rely on the autoloader, and it contains explicit require statements for required files. That's why you have to set the path... I have the same issue, but I don't find it much of a

[symfony-users] Re: autoload PHPExcel

2009-05-08 Thread DEEPAK BHATIA
Hi, I unzipped/untar the sfPhpExcelPlugin-1.0.1 in the myproject/plugins directory. Then I did symfony cc and it worked for mr. Regards Deepak Bhatia On Fri, May 8, 2009 at 6:41 PM, Tomasz Ignatiuk tomek.ignat...@gmail.comwrote: Hi I use PHPexcel but not by a symfony plugin which mess up