te:
> No, stick with the dispatcher. You can easily pass data just as a
> second parameter:
>
> $result = $Dispatcher->dispatch($url, array('cli'=>true, 'source'=>
> $mime_source));
>
> then in your controller action you can just access
> $thi
Hello everyone,
I know this subject has been touched upon several times here, but I'm
afraid I'm still looking for some guidance and would appreciate some
help. Like others, I'm trying to call a controller from the command
line. As suggested by some (e.g.
http://bakery.cakephp.org/articles/view/c