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

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

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

iphone - Smoothing a rounded stroke in Core Graphics -