I just realized that some of developers get confused about the settings that related to the web applications that generated by PHPMaker which uses the Extensions I created (for version 9.2.0 and 10). Moreover, after step-by-step implementing Masino Extensions, then they changed the related settings from the generated configuration (ewcfg10.php) file, but unfortunately, the change […]
How to Change the Values of Constants On The Fly in Websites that Generated by PHPMaker
Sometimes, you want to change the constants values on the fly in the configuration file of websites that generated by PHPMaker. For example, you want to change the values of EW_REMOVE_XSS constant which has default value as TRUE in the configuration file become FALSE for the certain pages. To do this, you can change the […]