hi, i have a project that is currently working i need to add a dropdown/lookup field i cant regenerate the files since i have added some hard codings on the files, i tried to edit the crimereport_view.php, crimereport_dml and the templetes, it has added the dropdown but its not pulling data from the table, it keeps searching do i have to edit another file? which one? cos i made sure on the inccommon.php on the function get_sql_fields and get_sql_from i added the field as well
please assist am not sure what to do because its searching only?
Thanks
adding a dropdown on existing php file
Re: adding a dropdown on existing php file
The easiest way to manage code in this scenario is to use Git or a similar source code management tool .. what it does is create multiple versions (revisions) of your code, and make it easy to compare revisions and revert any unwanted changes -- whenever you make a change, either manually or using AppGini, you just create a new revision ... When you make manual changes to the generated files and create a new revision in Git, then you make a modification in AppGini and regenerate, Git makes it very easy to compare (diff) the changes and let you merge your edited code into the generated one.
For more details and a walk-through, please check this screencast: http://bigprof.com/appgini/screencasts/ ... de-changes
For more details and a walk-through, please check this screencast: http://bigprof.com/appgini/screencasts/ ... de-changes

- DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
- Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.
- Need personalized consulting on your specific app and customizations? Book an online call with me here.
Re: adding a dropdown on existing php file
Another free and very handy tool for file/folder comparison is Winmerge: http://sourceforge.net/projects/winmerge or http://winmerge.org
A simple GUI and comprehensive file comparison tool laid out in text editor format, side by side. Syntax highlighting and line numbering too. Excellent for determining precise differences in files and what you may have left out.
Don't worry about the ordinary looking website or the fact it hasn't been updated since 2013 - it still works extremely well.
A simple GUI and comprehensive file comparison tool laid out in text editor format, side by side. Syntax highlighting and line numbering too. Excellent for determining precise differences in files and what you may have left out.
Don't worry about the ordinary looking website or the fact it hasn't been updated since 2013 - it still works extremely well.