11/04/2014 at 9:12 am
#308954
Keymaster
@ Carl
I think something like this should work:
public function getBio() {
$questions = <<<HTML
<strong>What I Do: </strong>
<strong>Why I Am Taking The Program: </strong>
<strong>Target Market: </strong>
<strong>Ideal Joint Venture Partners: </strong>
HTML;
$bio = strlen( $this->bio ) > 0 ? $this->format->sanitizeString( $this->bio, TRUE ) : $questions;
return $bio;
}
