Minor update: static method to get the full path file from segments
New static method: getFullFilepath(string $path)
to get the full path file of a view file from its last named segments.
Prepend automatically the path with the defined template dir root in the bootstrap.
Careful: every space in the path is read as DIRECTORY_SEPARATOR
.