I like to know which one of the below is efficient to declare site/application wide configuration in PHP.
define()
class
CONST
variable.
I like to know which one of the below is efficient to declare site/application wide configuration in PHP.
define()
class CONST
variable.