PHP Suggestion - Put in 'Include' Command

Pinegrow works quite well with my PHP files, and I understand you can’t put all the PHP commands in without building a PHP server, however, could you just put the ‘include’ command in, for including code from another file, for example:
include(‘PHPstuff/great_standard_code.php’);
Perhaps the Pinegrow code editing window could show included code with a grey background, to indicate it’s in another file.

Anyway, this one command, include, would really help me. (For the rest of the PHP code, it’s always different commands, and I have to test on a server, which is no problem, but ‘include’ is really simple, and should be easy to implement, and would also make it easier to import existing designs. And it would be very helpful!)

Thank you,
Have a great day!

1 Like