relate_check>>
Checks that a related record field value is properly formed with a letter defining the layout (or row_type
), a row id (or post_key
), followed by a colon and the related data value.
Class: bb_database, called as $main
File: bb_database.php (php)
Declaration:
function relate_check($related)
Usage:
$main->relate_check($related);
Returns: boolean true if properly formed, false otherwise.
Parameter: related (string)
A string to be validated as being a proper related data string.
Updated: 2016-07-09