SysConf_URI

It is used to set basic URIs and is used for example by CSS and JS wrappers, but of course not only by them.

In the default application structure, the settings are made in the script ~/application/config/URI.php

All these settings must be made. No default values are set.

WARNING! The value must always have a "/" at the end. This must be consistent so that the rest of the application does not have to figure out whether or not the character is there.

getter / setter význam
getBase
setBase
The base URI of the project.

Most often "/", but can have any value (e.g. "/my-project/").
getCss
setCss
URI of the directory where the CSS files are located.

The current value "/css/"
getImages
setImages
URI of the directory where the images and graphics files are located.

The current value of "/images/"
getJs
setJs
URI of the directory where the JavaScript files are located.

The current value is "/js/"
Previous chapter
SysConf_Path
Next chapter
SysConf_Jet_*