$http_dir_path, 'HTTP_PROTOCOL' => $http_protocol, 'HTTP_SERVER_NAME' => $http_server_name, 'HTTP_SERVER_PORT' => $http_server_port, 'PWD' => $pwd, //path of back resources 'PWD_CONTROLLER' => $pwd . '/controllers', //Controllers dir 'PWD_MODEL' => $pwd . '/models', //Models dir 'PWD_TEMPLATES' => $pwd . '/templates', //Templates dir //path of front resources 'PWD_ASSETS' => $pwd . '/assets', //Assets dir //images 'PWD_IMG' => $pwd . '/assets' . '/img', //css 'PWD_CSS' => $pwd . '/assets' . '/css', //javascript 'PWD_JS' => $pwd . '/assets' . '/js', //fonts 'PWD_FONT' => $pwd . '/assets' . '/font', ];