Is there a way, using the functionality in ZF, to get the full url
(http[s]::/xxx.yyyy.ddd/ggg/hhh)
I am currently in?
baseUrl() will only give me the path, not the domain and sub domain.
I know how to extract it from the $_SERVER, trying to avoid that.