문제

This seems like a really simple question, but having trouble figuring out an answer.

In lithium, How do you get the base url of a site from within the controller?

Thank you.

도움이 되었습니까?

해결책

From within the controller...

$this->request->env('base');
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top