Redirect ('controller_name');
http モードでは動作しますが、cmd モードでは動作しません。
Codeigniter の CMD モードで別のコントローラーに転送するにはどうすればよいですか?
I'm trying to achieve the following.
Controller A forward to Controller B (one of many subclasses of A decided upon what Model A returns in that time) in cron jobs.