Le 19/06/2011 15:57, Jake a écrit :
I'm need to use the PHPExcel library (and other libraries) in
symfony2. What is the correct way of setting this up so that the
classes etc are found. Should i put it into the vendor directory? How
do i set up the configuration etc? Any tips / shared experiences much
appreciated.
Thanks

A third party library should go in the /vendor/ folder, and then be registered in an autoloader (the Symfony one can handle it if it follows the PSR-0 standard. Otherwise you need to use another autoloader).

--
Christophe | Stof

--
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to