Returns the current value for a field. This function is shorter alias for getCurrentValue.
Since 1.0
mixed cv (string $field, [boolean $escape = false])
Returns mixed - whatever the assigned value of the field is.
Example:
$this->APP->form->cv('author_id');