On Mon, Nov 8, 2010 at 6:55 PM, Geoff Wiggs <[email protected]> wrote:
> cricket,
>
> Thanks for your advice, this is indeed where I need to make my changes.
>  However, I am still having an issue.  I am using Sparkplug for user and
> permissions management.  How do I reference an action in a controller in a
> plugin for this purpose?

Never used SparkPlug, but the usual way is to refer to it as
'PuginName.Controller'. Does SparkPlug require that one register all
allowed actions in its config or something? Using Cake's Auth, one
simply calls $this->Auth->allow('action_name') within the same
controller (in whichcase, the plugin name isn't required).

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to