You can get plugin details via JPluginHelper which I think gives you
the params as well.
Cheers,
Sam Moffatt
http://pasamio.id.au
> --
> You received this message because you are subscribed to the Google Groups "Joomla! CMS Development" group.
> To post to this group, send an email to joomla-...@googlegroups.com.
> To unsubscribe from this group, send email to joomla-dev-cm...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/joomla-dev-cms?hl=en-GB.
>
>
$plugin = JPluginHelper::getPlugin('authentication', 'ldap');
$params = new JParameter($plugin->params);
$params will function like normal JParameter object and enable you to
get values.
Sam Moffatt
http://pasamio.id.au