Tagged Questions
7
votes
3answers
167 views
Protecting one class from the bad programming of another?
Is there a way in PHP to try to include a file, but if the file contains errors that stop it from compiling to just skip that file from inclusion?