Which files are changed when you add a new table to your AppGini project?
Many users wonder which files should they upload to their web server after adding a new table to AppGini and generating the app. Of course, you could just upload everything and you’d be on the safe side. But sometimes you might be working over a slow network or a metered data connection and don’t have the luxury of uploading everything. In that case, you could just upload only the changed files.
So, here is a list of all files changed when you add a new table to your AppGini project.
- admin/incFunctions.php
- admin/pageRebuildFields.php
- ajax_combo.php
- common.js.php
- incCommon.php
- parent-children.php
- updateDB.php
- resources/table_icons/*.png (normally only one new file exists in this folder, which is the icon of the new table)
- all files beginning with the new table name in the main application folder and in templates folder.
This list is valid till AppGini 5.70, the latest version at the time of writing this article.