I get error when I have controler name like this: "ClientSessionController", when i changed name to "ClientsessionController" everything is ok, is this a bug?
ClientSessionController setuped like there: https://github.com/phalcon/mvc/tree/master/simple-subcontrollers $router->add('/client/:controller', array( 'namespace' => 'Controllers\Client', 'controller' => 1 ));
I think it because router is case sensitive and controller name is not.