Seiji Sogabe
sogab****@alles*****
2005年 3月 8日 (火) 21:56:50 JST
曽我部です。 catalog/include/application_top.phpの158行目の // set the application parameters (can be modified through the administration tool) $configuration_query = tep_db_query('select configuration_key as cfgKey, configuration_value as cfgValue from ' . TABLE_CONFIGURATION . ''); while ($configuration = tep_db_fetch_array($configuration_query)) { define($configuration['cfgKey'], $configuration['cfgValue']); } と、configurationテーブルの項目をみてみるとわかりますが、管理画面で設定した値(configuration_value)を configuration_keyに動的に定義しています。 では。 Naoko Kojima wrote: > 小島です。 > > 在庫切れの話題のおかげで、今日とても助かりました。 > > ところで、STOCK_CHECK など変数はどこで定義されているのでしょうか。 > grep -r STOCK_CHECK catalog で探したのですが、define が見つかりません。 > 知っている方がいましたら、教えていただけませんでしょうか。 > よろしくお願いします。 > _______________________________________________ > Tep-j-general mailing list > Tep-j****@lists***** > http://lists.sourceforge.jp/mailman/listinfo/tep-j-general > -- sogab****@alles*****