Welcome Guest, Not a member yet? Register   Sign In
CLI Request Object not working
#2

What version of CI4 do you use?

PHP Code:
<?php

namespace App\Controllers;

class 
Home extends BaseController
{
    public function index()
    {
        print_r($this->request->getOptions());
    }


PHP Code:
$routes->cli('cron/makeactiontables''Home::index'); 

Code:
$ php public/index.php cron makeactiontables --id=32654
Array
(
    [id=32654] =>
)
Reply


Messages In This Thread
CLI Request Object not working - by MrBungle - 02-23-2023, 11:30 AM
RE: CLI Request Object not working - by kenjis - 02-23-2023, 06:56 PM
RE: CLI Request Object not working - by MrBungle - 02-24-2023, 02:21 AM
RE: CLI Request Object not working - by kenjis - 02-24-2023, 02:37 AM
RE: CLI Request Object not working - by MrBungle - 02-24-2023, 06:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB