For example there is the following structure of a project fragment: `dir1` `___file1.inc` `___dir2` `______file.php` How to write <-- @include ? --> in the file.php, to include file.inc?
For example there is the following structure of a project fragment:
dir1___file1.inc___dir2______file.phpHow to write <-- @include ? --> in the file.php, to include file.inc?