Added a few comments.
This commit is contained in:
parent
187c197209
commit
8c5083f982
7
plt.php
7
plt.php
@ -3,7 +3,12 @@
|
|||||||
*
|
*
|
||||||
* 2. PLT-Level
|
* 2. PLT-Level
|
||||||
*
|
*
|
||||||
*
|
* Depends on tables:
|
||||||
|
* SYS_PRD_BND.Tables (Name, onUpdate_phpCode, onUpdate_pyCode, LastUpdated, LastError)
|
||||||
|
* SYS_PRD_BND.Constants (Name, Type, Value)
|
||||||
|
* SYS_PRD_BND.SupportFunctions (Name, InputArgs_json, PhpCode)
|
||||||
|
* SYS_PRD_BND.PyPi (LibName, AliasName)
|
||||||
|
* DynamicTables (LastUpdated, [PrimaryKeyColumns], ...)
|
||||||
*/
|
*/
|
||||||
function processAllTheActiveTables() {
|
function processAllTheActiveTables() {
|
||||||
echo "Scanning all the tables that need updating...\n";
|
echo "Scanning all the tables that need updating...\n";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user