PHP
Reposted from INN: https://ifnotnil.com/t/php-for-xojo-programmers-0002-includes/1727
Includes
This time we'll talk about "includes". Includes are a way to pull in a file into the current file to reduce repetitive code or templates. Below we'll show how to make a simple template and use it.
We use Includes in Xanadu which is open source: https://github.com/campsoftware/xanadu
Here's Xanadu's template for almost ...