PHPMaker v2026.
It is really important to know which files should be re-uploaded to production server and which files should be removed from the cache section of production server, especially if you only rename field(s), in order to speed up the deployment process.
Instead of re-uploading ALL the generated files just like for the very first time, it’s better only upload/remove the related modified files, moreover if you have so many tables.
Re-upload files:
- PHP files related to the table in
controllersfolder, - PHP files related to the table in
modelsfolder, - PHP files related to the table in
viewsfolder, - XML files in
langfolder,
Remove files/folders:
- PHP files in
translationsfolder, - All files and folders under
var/cache/prod(for production server) orvar/cache/dev(for development server),