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

Error classname camelize in 1.3.2 #2270

Closed
xboston opened this issue Mar 31, 2014 · 4 comments
Closed

Error classname camelize in 1.3.2 #2270

xboston opened this issue Mar 31, 2014 · 4 comments

Comments

@xboston
Copy link
Contributor

xboston commented Mar 31, 2014

Error in aa7a920

<?php

$di = new \Phalcon\DI();

$dispatcher = new \Phalcon\Mvc\Dispatcher();
$dispatcher->setDI($di);

$dispatcher->setDefaultNamespace('A\B\C');
$dispatcher->setControllerName('Test');
$dispatcher->setActionName('index');

echo $dispatcher->getHandlerClass();

result:

A\b\c\TestController

in 1.3.0:

A\B\C\TestController
@xboston xboston mentioned this issue Mar 31, 2014
@ogarbe
Copy link
Contributor

ogarbe commented Mar 31, 2014

@dreamsxin
Copy link
Contributor

I check.

phalcon pushed a commit that referenced this issue Apr 1, 2014
@dreamsxin
Copy link
Contributor

Hi, it's has been restored, please confirm.

@ogarbe
Copy link
Contributor

ogarbe commented Apr 1, 2014

It´s ok for my side.

Thanks

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

4 participants