Welcome Guest, Not a member yet? Register   Sign In
Documentation typo error in CLI
#1

Hello
i found an error in the documentation for the CLI

hereĀ https://codeigniter.com/user_guide/cli/cli.html

this
Code:
use CodeIgniter\Controller;

class Tools extends Controller {

should be

Code:
use CodeIgniter\BaseController;

class Tools extends BaseController {
Reply


Messages In This Thread
Documentation typo error in CLI - by jjinkou2 - 08-21-2020, 06:17 AM
RE: Documentation typo error in CLI - by jreklund - 08-21-2020, 01:23 PM
RE: Documentation typo error in CLI - by jjinkou2 - 09-02-2020, 04:53 AM
RE: Documentation typo error in CLI - by jreklund - 09-02-2020, 07:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB