Home
last modified time | relevance | path

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

/plugin/database/
H A Ddatabase.php911 function Table ($p_idOrName) { argument
919 $auditTrail->add("param = ".$p_idOrName);
921 if (is_numeric($p_idOrName)) {
922 $p_id = $p_idOrName;
965 }elseif ($p_idOrName == $environment->DICTIONARY_FOLDER ) {
970 } elseif ($p_idOrName == '') {
975 $tableName = $p_idOrName;