How to define a global variable(value) in codeIgniter

前端 未结 4 958
悲&欢浪女
悲&欢浪女 2021-01-22 02:58

I simply do not mean how to define a global variable/constant in CodeIgniter. Let me explain: I have made a theme engine which is select-able from the current logged in user\'s

4条回答
  •  醉话见心
    2021-01-22 03:39

    in code igniter global constants can be defined in

    config->constants.php
    

    even you no need to load it,it automatically autoloaded by CI automatically.

提交回复
热议问题