Home
last modified time | relevance | path

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

/plugin/database/
H A Ddatabase.php2006 * @param boolean $withTopAndTail true if the <form> and </form> are to be included
2012 function button ($action, $name, $withTopAndTail=false, $table='', $record='') { argument
2018 if ($withTopAndTail) $ret .= $this->form_start();
2025 if ($withTopAndTail) $ret .= $this->form_end();