php - Already included class -
Is it possible to include my class file in all files in a folder already?
There is also the auto_prepend_file
configuration option, then you add an .htaccess file (If you are running PHP again in that folder with the following folder):
php_value auto_prepend_file / path / to / that / file
Comments
Post a Comment