Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save karloscarweber/90a84239cfb82fd15cf4 to your computer and use it in GitHub Desktop.

Select an option

Save karloscarweber/90a84239cfb82fd15cf4 to your computer and use it in GitHub Desktop.
<?php
$view = new View($this, false);
$view->set(compact('some', 'vars'));
$html = $view->render('view_name');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment