|
Previous: Hidden
HiddenFromTablestring Table_id If the second parameter, a Row Array, is passed, the hidden variables will be populated with values from that array, otherwise they will be blank. Example
PHP Code:
hiddenFromTable('nodes');
Will produce this in the HTML
Array
(
[...and forth...] =>
)
Previous: Hidden
|
