Hi,
By default all actions on a Controller have to have the suffix Action. Ex: loginAction
Is there a way to change this? I'd like to not have any suffix.
Thank you
it's a convinient convention so that Phalcon knows if your function is for a view action or for anything else