I\'m trying to \"faux-fork\" a process (an email being sent via SMTP) in my web application, and the application is built on Kohana.
$command = \'test/emai
And Kohana2 is just php index.php controller/method/param1/param2/etc
php index.php controller/method/param1/param2/etc
Kohana was built to run on the CLI as well as web.