PDA

View Full Version : construct_hidden_code does what?


vbplusme
05-29-2009, 08:30 AM
I see often in source code :

construct_hidden_code(parameter1, parameter2);

Although I have searched several ways for it, I can not find a specific description of what it is suppose to do. Any pointer to reference or explanation will be greatly appreciated.

TIA, for your reply

Dismounted
05-29-2009, 10:14 AM
Just look at the comments in the code:
/**
* Adds an entry to the $_HIDDENFIELDS array for later printing as an <input type="hidden" />
*
* @param string Name for hidden field
* @param string Value for hidden field
* @param boolean Whether or not to htmlspecialchars the hidden field value
*/