Custom File Includes: Difference between revisions

From nuBuilderForte
Jump to navigation Jump to search
(Created page with "* [ https://forums.nubuilder.com/viewtopic.php?f=20&t=10850 Forum Post] * If `myphpfile.php` is in nuBuilder's root directory, include it like this: <pre> include_once(__D...")
(No difference)

Revision as of 19:19, 5 March 2021

    include_once(__DIR__ . "/../myphpfile.php");

Or include php files in `nuconfig.php`:

($nuConfigIncludePHP = '..\myphpfile.php';)