I am trying to re-define my store name to something different than the value stored in the configuration table in the database. I know that I can just change the value in the DB, but for reasons that would time a while to explain here, I would like to keep the value in the DB and then re-define STORE_NAME within my script.
Here is some test code that I tried in the content area of one of my pages...
...but it doesn't work. It still echoes the value that is in the DB, not my re-defined value.Code:define ('STORE_NAME', 'Hello World'); echo STORE_NAME;
Anyone have any thoughts on how I can get this to work?
Thanks so much.




LinkBack URL
About LinkBacks








Bookmarks