Projects - Forced files includesForced linking of files is a mechanism that allows you to indicate which files should be analyzed by the program when creating dynamic hints. This is especially useful when the file that should be parsed (e.g. a * .css file containing stylesheets) is not linked directly to the current document because the current document is not displayed directly in the project, but is included on the server side (e.g. using the include () function in PHP) to the server-side script being executed. Such a situation often occurs in the case of more complex Internet projects, in which functions for various purposes are collected in separate files. |
Related topics |