Hi :) I'm new to community nad have my hands on phalcon a week or so.
I need assistance because i can ot find a way to get full path url (add it in an email message) such as : "https://phalcon.mydomain.com/auth/confirmRegistration" the most i could get is "/auth/confirmRegistration" using $this->url->getStatic('auth/confirmRegistration')
there might be a build in function but i could not discover it, or maybe i should put the 'https://phalcon.mydomain.com' part in a global variable ??
thank you in advance