You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mariusz Łączak edited this page Feb 15, 2014
·
6 revisions
Example usage
Easy translation, just place messages at __() function and after changing language the strings will be automatically translated to eg. PL lang from common/i18n/pl.php file.
<?phpecho__('The base application in PhalconPHP');
echo__('Hello :user', array(':user' => 'mruz'));