Поле текст(добавить свитчер)

More
2 years 10 months ago #8711 by EURO SMART
Добрый день.
хотелось бы добавить свитчер для поля текст в фильтре(что бы если человек ошибся раскладкой то искало бы все равно как надо)
пример кода свитчера
function textswitch ($text)
{
   $str_search = array(
   "й","ц","у","к","е","н","г","ш","щ","з","х","ъ",
   "ф","ы","в","а","п","р","о","л","д","ж","э",
   "я","ч","с","м","и","т","ь","б","ю"
   );
   $str_replace = array(
   "q","w","e","r","t","y","u","i","o","p","[","]",
   "a","s","d","f","g","h","j","k","l",";","'",
   "z","x","c","v","b","n","m",",","."
   );
   return str_replace($str_replace, $str_search, $text);
}
вот только не понятно где его применить в вашем модуле

Please Log in or Create an account to join the conversation.

More
2 years 10 months ago #8713 by EURO SMART
Проблема решена

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum

Last from the forum

© 2010- JoomLine
The Joomla!® name is used under a limited license from Open Source Matters in the United States and other countries. joomline.net is not affiliated with or endorsed by Open Source Matters or the Joomla! Project.

email: This email address is being protected from spambots. You need JavaScript enabled to view it.