Skip to content

Instantly share code, notes, and snippets.

@xboston
Created July 24, 2013 08:36
Show Gist options
  • Save xboston/6068932 to your computer and use it in GitHub Desktop.
Save xboston/6068932 to your computer and use it in GitHub Desktop.
<pre><?php
$di = new Phalcon\DI\FactoryDefault();
\Phalcon\Tag::getEscaperService();
$string = 'Русский';
Phalcon\Tag::setDefault("name", $string);
echo $string;
echo PHP_EOL;
echo Phalcon\Tag::getValue("name");
echo PHP_EOL;
echo Phalcon\Tag::textField("name");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment