CakePHP: Run shell job from controller

Viewed 19482

Is it possible to use dispatchShell from a Controller?

My mission is to start a shell job when the user has signed up.

I'm using CakePHP 2.0

6 Answers
Related