Avoiding Application Generation through Appgini?
Posted: 2020-04-22 01:11
Hello all, as many of you may know, when you need to create a new field in your table, the easiest way is to do it through the appgini application, BUT, if you haven't set some files read-only you might find a lot of your work replaced, and even if you did lock those files there are still modifications that need to take place to work flawlessly. So heres my procedure to inserting a field straight to the database and modifying the following files, please let me know if I am missing anything =) thanks
1- Create field in tablename through phpmyadmin
2- Add field to incCommon.php file
3- Add field to tablename_dml.php and tablename_view.php
4- Add field to respective template.html files both DV e TV
Am I missing anything? Thanks guys =)
1- Create field in tablename through phpmyadmin
2- Add field to incCommon.php file
3- Add field to tablename_dml.php and tablename_view.php
4- Add field to respective template.html files both DV e TV
Am I missing anything? Thanks guys =)