Settings
The application settings collection found in Admin -> Settings is available as a system node for fetching configuration values on the fly.
echo settings::get('keyname');
Settings are stored in the MySQL table lc_settings
.
The application settings collection found in Admin -> Settings is available as a system node for fetching configuration values on the fly.
echo settings::get('keyname');
Settings are stored in the MySQL table lc_settings
.