diff --git a/language/constants.xml b/language/constants.xml index b1c0ef34a5..f553407033 100644 --- a/language/constants.xml +++ b/language/constants.xml @@ -1,5 +1,5 @@ - + Constants @@ -68,6 +68,7 @@ define("__FOO__", "something"); Only scalar data (boolean, integer, float and string) can be contained in constants. + Do not define resource constants. You can get the value of a constant by simply specifying its name.