null Core_View::__toString( )
public function __toString() { try { return $this->render(false); } catch (Exception $e) { return ''; } }