- Edited
Is there a built in way to get a plugin's information that is supplied by the user?For example, return array( 'url_jasper_server' => new TextboxField (array( 'url' => 'url_jasper_server', 'label' => 'URL of Jasper Server', 'configuration' => array( 'desc' => 'Full URL of the Jasper Server') )),Do I need to do a SELECT from the database to get the data, or is there a function somewhere to get it? I looked at some of the objects $ost, $cfg, but didn't see it.