Eh. Got a little closer, I'm still not getting something.
I changed it to this
<?php
namespace Concrete\Package\DarkLeft\Controller\SinglePage\Dashboard;
use \Concrete\Core\Page\Controller\DashboardPageController;
use Loader;
use Package;
use \Concrete\Core\Config\ConfigStore;class DarkLeft extends DashboardPageController
{publicfunction view(){$pkg= Package::getByHandle('dark_left');$pkgID=$pkg->getPackageID();$fID= ConfigStore::get('fID',$pkgID);$this->set('fID',$fID);}publicfunction success(){
This website stores cookies on your computer. These cookies are used to improve
your website experience and provide more personalized services to you, both on this website and through
other media. To find out more about the cookies we use, see our Privacy Policy.
I changed it to this
It saves, and stores it into the DB, but I can't Get it.
I get the following error: Invalid argument supplied for foreach()
Aaaannny thoughts?