This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Forgotten Dream
I want to take data from my own plugin settings page. Could it possible? I found this: In table "system_settings" locates my data. In table "system_files" locates names of image, what i put into my form on settings page. How it merge?
Sorry for my bad English.
Daniel81
You can do something like this:
use path\to\your\settings as YourSettings;
YourSettings::get('setting_you_want');
1-2 of 2