Passing in URL as parameter in CLI |
Hello. I'm using CI 3.0 as a backend only system to handle some tasks.
I'd like to run a few controllers with the CLI via cronjobs but I'm having an issue passing in a URL as a parameter. So my controller function looks something like this: PHP Code: runProcess($url) { Any ideas on how to pass in a full URL? |
Messages In This Thread |
Passing in URL as parameter in CLI - by albertleao - 04-05-2015, 06:19 PM
RE: Passing in URL as parameter in CLI - by gadelat - 04-06-2015, 12:26 AM
RE: Passing in URL as parameter in CLI - by albertleao - 04-07-2015, 11:53 AM
RE: Passing in URL as parameter in CLI - by Wouter60 - 07-21-2015, 12:01 AM
|