Since version 1.10.7, ZPE has included the auto-include feature.
Auto-include is used to automatically include some code into a program at the very beginning of the program, without the need to write an actual include statement. PHP has a similar feature.
To use this, the property AUTO_PREPEND_PATH must be set with an appropriate
value. This value must be set to a well-formed URI that is the path to a text-based file
containing YASS syntax.
Each and everytime a program is run in ZPE, e.g. through the -r mode, this code is prepended to the program. This also works with the -i mode as well.
Notes
It is worth noting that auto-prepend requires ZPE to compile the prepended code every time that ZPE is run which can impact on performance. Compiled programs will soon have a flag which will disable auto-prepending code to them to improve performance and to ensure that they are consistent across different devices.
There are also plans to compile and cache the prepended file to speed up inclusion.

There are no comments on this page.
Comments are welcome and encouraged, including disagreement and critique. However, this is not a space for abuse. Disagreement is welcome; personal attacks, harassment, or hate will be removed instantly. This site reflects personal opinions, not universal truths. If you can’t distinguish between the two, this probably isn’t the place for you. The system temporarily stores IP addresses and browser user agents for the purposes of spam prevention, moderation, and safeguarding. This data is automatically removed after fourteen days. Your email address is stored so that replies can be sent to your email address.
Comments powered by BalfComment