I’m sure this topic has been addressed before but I couldn’t find many posts regarding using version control with phpmaker.
Does anyone use version control software with phpmaker that would share their method of usage?
Best Regards,
JHarris
I’m sure this topic has been addressed before but I couldn’t find many posts regarding using version control with phpmaker.
Does anyone use version control software with phpmaker that would share their method of usage?
Best Regards,
JHarris
PHPMaker has some form of version control (called Project History). To enable make sure that you have enable the option Tools → Advanced Settings → Use project versioning. You can then see the history of your previously saved project versions by Project → History.
Thanks,
I have that setting enabled, but it really only looks to be useful for a corrupt project file or similar case.
Best Regards,
jharris
bxit wrote:
it really only looks to be useful for a corrupt project file or similar case.
Yes, that is what it is for.
Did you mean version control for the generated files? If so, you need to use other software with version control feature, e.g. Visual Studio Code.