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

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

session - security issue: php login/logout script + back button -

Eclipse and GWT -