Skip to content

Instantly share code, notes, and snippets.

@djpate
Created September 27, 2011 08:57
Show Gist options
  • Save djpate/1244640 to your computer and use it in GitHub Desktop.
Save djpate/1244640 to your computer and use it in GitHub Desktop.
<?php
Class user{
public function getAge(){ return "25";}
}
?>
{% trans %}
{{aUser.age}} ans
{% endtrans %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment