|
Re: RE-Generate PHP Scripts question [message #1000 is a reply to message #999] |
Thu, 26 July 2007 12:46 |
AJM
Messages: 2368 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
If you have created tasks and scripts to maintain a database table, then some time later you change the structure of that database table, you do NOT have to regenerate all those scripts again. All you need do is import the updated table structure into the dictionary, then export the table details to regenerate the <table>.dict.inc file. You then manually modify your screen structure file to deal with any column changes, and manually modify your <table>.class.inc file to deal with any business rule changes. Nothing else needs to be changed or regenerated.
Simple, isn't it?
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|