Home
last modified time | relevance | path

Searched refs:p_name (Results 1 – 1 of 1) sorted by relevance

/plugin/database/
H A Ddatabase.php545 * @param string $p_name name of the column
553 function Column ($p_id, $p_name, $p_label, $p_mandatory, $p_unique, $p_type, $p_visible) { argument
557 $auditTrail->add_header('Creating column '.$p_name);
560 $this->name = $p_name;
573 $auditTrail->add_footer('Creating column '.$p_name);