コード例 #1
0
ファイル: url.php プロジェクト: jhonlennon/estrutura-mvc
/**
 * Retorna a url base
 * @return string
 */
function base_url()
{
    return APP::getBaseUrl();
}