Hi Grant,

thanks for your reply.



> My solution was the following function, which I put in my app/config/
> bootstrap.php and use instead of the normal vendor function.
>
>         // this function is similar to the normal vendor() function, but also
> adds the vendor folder


I added the function to my bootstrap.php and replaced the line:

vendor('3rdparty/start');

In my ThirdPartyController with the line

vendor_set_path('3rdparty/start');

But it is still not working.

Did I miss somthing?

best,

korcs


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to