Skip to content

The _remap function is wrong in the development (CI_DEBUG) #1137

Description

@35598253

test.php
public function _remap($method)
{
$this->list($method);
}

protected function list(string $name) {
print_r($name)
}

in the development (CI_DEBUG)
url
localhost/index.php/test/tianjian

is wrong
Tips:
Method APP\Controllers\test::tianjia() does not exist
system\Debug\Toolbar\Collectors\Routes.php at line 88
...................................................................................................................................
define('CI_DEBUG',0);

OK!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions