I'm doing the tutorial 2 of Phalcon, with the Demo INVO. I'm trying to create a new Controller called 'alarm'. I already created 'AlarmController.php' in /controllers/, I created the view 'alarm.volt' in /views/ and set public 'alarm' with the action 'index' in the SecurityPlugin.php. Someone could do something like this with success? Starting with Phalcon, without "INVO" I'm having no problems.