For users that have issues while generating applications(the applications does not show the changes made), there is a simple procedure to threat this issue:
1 - Access the Installation Directory:
Ex: C:\Program Files (x86)\NetMake\v7\components\php
2 - Edit the php.ini file and change this line:
eaccelerator.check_mtime=“0” (Change this value from “0” to “1”)
3 - Restart the webserver.
This problem is caused by a performance DLL wich generates cache. If you are still getting this issue, please add a semicoma( ; ) at the begining of this line:
;extension=eAccelerator.dll (You must restart the server too)
OBS: This last procedure may result in a slight performance decrease on the PHP environment.