So I have a function such as:
public static function UnorderedList($items, $field, $view = false){ if(count($items) > 0){ echo \'\'
Yes, using output buffering.