Re: Calling Controllers With Variables From The Command Line

2008-04-15 Thread pr1000
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

Calling Controllers With Variables From The Command Line

2008-04-09 Thread pr1000
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