<?php runView('_default');
public function getRunView($name, $data = array()) { ob_start(); runView($name, $data); return ob_get_clean(); }