i have a contoller named "DataProjectController.php",then ervey time i access the URL "/DataProject", it response "DataprojectooController handler class cannot be loaded", but if I rename it to "DataprojectController.php", it works. --- it seams that phalcon cannot use CamelCase named Controller.
help!