Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
35598253 opened this issue Aug 5, 2018 · 1 comment
Closed

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

35598253 opened this issue Aug 5, 2018 · 1 comment

Comments

@35598253
Copy link

35598253 commented Aug 5, 2018

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!

@jim-parry
Copy link
Contributor

Not a clue what this is trying to say, and no further details in 3 months.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants