I am writing an application using symfony. I have some reusable components that I donβt want to introduce into the core Symfony modules; instead, they are in the directory lib.
What I want to know is what is the best way to include this file? Can I include lib/foo/bar.phpor do I need the full path, or is there something else I should do?
source
share