is it just me… or is the option to generate the constants.php file is not listed??
You’re right.
For the time being, you may find this code from control.xml template file:
<control id="config" type="simple" ofolderid="_src" ifiles="config.php" />
then above that code, insert the following one:
<control id="constants" type="simple" ofolderid="_src" ifiles="src/constants.php" />
save the file, then click on Generate menu, in order to open the Generate dialog window.
Now you should see the constants.php file option from it.
Glad my eyes are still in good shape
Thanks
Js