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

Popular posts from this blog

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -