Beispiel #1
0
 /**
  * Create link to record with specific text.
  * @param string $text Html to display as link
  * @param bool $nolink Do not create link
  * @param string $action Link to specific action. 'view' or 'edit'.
  * @return string html string with link
  */
 public function record_link($text, $nolink = false, $action = 'view')
 {
     return $this->__recordset->record_link($this->__records_id, $text, $nolink, $action);
 }