Skip to content

Instantly share code, notes, and snippets.

@phalcon
Created April 15, 2013 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phalcon/5385169 to your computer and use it in GitHub Desktop.
Save phalcon/5385169 to your computer and use it in GitHub Desktop.
<?php
$c = new Phalcon\Mvc\View\Engine\Volt\Compiler();
echo htmlentities($c->compileString('{{ a._id }}'));
@uzielc18
Copy link

Colégio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment