How to retrieve PHPDS core settings from my plugin?
Asked by
jsherk
on 2010-12-15
I cannot figure out how to read the phpds core settings from within my plugin.
I tried this (gives an error):
$this->
And this (returns only the settings from my plugin):
$this->
And neither work!
Thanks
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- PHPDevShell Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- jsherk
- Solved:
- 2010-12-17
- Last query:
- 2010-12-17
- Last reply:
- 2010-12-17
TitanKing (titan-phpdevshell) said : | #1 |
$this->
To read specific settings for specific plugins use;
$settings = $this->
jsherk (jeff-forerunnertv) said : | #2 |
Ok, I see!
Thanks
To post a message you must log in.