I want to store the site name in some file, for example conf.php, and I define the value as
define ("SITE_NAME", "Site Name");
I would like to be able to override the value of this variable in the site settings. The question is: is there some kind of ready play, or is it just to fantasize and write your own? Or, maybe, it is more correct to store the site name in the database and pull it all the time?