Skip to content

Minor update: static method to get the full path file from segments

Compare
Choose a tag to compare
@rawsrc rawsrc released this 22 Jan 15:55
· 116 commits to master since this release

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.