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

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -