X
X
XZeit2018-02-26 14:23:36
linux
XZeit, 2018-02-26 14:23:36

How to run a php script in the background in Codeigniter?

Good afternoon!
I'm trying to run a script in the background in Codeigniter.
In the console I write
php /path/to/application index.php controller method
But the terminal asks to write ... index.php start... (start the server)
If I write like this:
php /path/to/application index.php start controller method
then start is assumed to be the name of the controller.
How to run this script in the background?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Igor Buksha, 2018-02-26
@ripdamage

Look here codeigniter3.info/guide/general/cli

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question