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