維護老專案真的噁心!!!!!!!!!
方法一:
'load_ext_config' => 'user,db',//獲取引數方式:c('user_auth_id')
;
方法二:
'load_ext_config' => array('user'=>'user','db'=>'db'),//獲取引數方式:c('user.user_auth_id');
這兩種會有在獲取引數方式上有些不同,具體參見:
在公共基類檔案中載入:
c(array('user' => include('conf/user.php')));
呼叫的時候直接呼叫就好了
載入配置檔案
1.載入配置檔案 建立properties物件 properties pro newproperties 載入配置檔案,轉為乙個集合 classloader classloader reflecttest.class getclassloader 獲取類載入器 inputstream resourc...
tp讀取配置檔案機制
tp讀取配置檔案機制 function c name null,val null 設定值 config name val return 初始化設定 if is array name return null c include config.php c include convention.php e...
Spring配置檔案載入外部配置檔案
有時,應用程式可能需要從不同的位置 例如 檔案系統 classpath或者url 讀取外部資源 例如 文字檔案 xml檔案 屬性檔案或或者影象檔案 通常,為了從不同位置載入資源,需要和不同的api打交道。spring的資源載入器提供了乙個統一的getresource 方法,使用這個方法可以通過資源路...