Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 150 Bytes

File metadata and controls

7 lines (5 loc) · 150 Bytes

Including files

When dealing with file includes, __DIR__ can be a significant help.

include __DIR__.'/../relative/path/to/file.php';