Skip to content

Instantly share code, notes, and snippets.

@n0wheremany
Created April 1, 2016 09:09
Show Gist options
  • Save n0wheremany/574bb2700dfdf52ae7dfdc85b2f2c1ce to your computer and use it in GitHub Desktop.
Save n0wheremany/574bb2700dfdf52ae7dfdc85b2f2c1ce to your computer and use it in GitHub Desktop.
Как сделать написание названия с заглавной буквы?
/*
Файл сохранить как /engine/tpl/ucwords.php
вставка в шаблон {include file="engine/tpl/uscwords.php?s=[xfvalue_blablalba]"}
*/
<?
echo ucwords(strtolower($s));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment