php - Base URL in Kohana 3 -


How do I get the original URL in Kohana 3?

Is there a solution in raw PHP?

In the codeh

  echo url :: base ();  


RAW PHP

  echo "http: //". $ _ Server ['HTTP_HOST'] "/ NameOfApp";  

Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -