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.