[symfony-users] Re: Where to place wrapper class for external API?

2008-11-23 Thread small
Yes you are right, anything placed in the /lib folder will be available in the Symfony path - so your set! On Nov 20, 9:50 pm, Jan <[EMAIL PROTECTED]> wrote: > Hi, > > I'm pretty new to Symfony so please forgive me if my question is easy > or I skipped something in the manual, book or else. > > A

[symfony-users] Re: Where to place wrapper class for external API?

2008-11-22 Thread Jan
I found it myself: 1. Call the file foo.class.php (where foo is replaced by the class' name) 2. Place it in /lib/ of the project 3. symfony cc 4. Use it. - Jan On 20 Nov., 11:50, Jan <[EMAIL PROTECTED]> wrote: > Hi, > > I'm pretty new to Symfony so please forgive me if my question is easy > o