Ajax Register - Export

7 years 10 months ago - 7 years 10 months ago #7701 by hakana
Just a kind update. Instead of
foreach($rows as &$row) {
	$row->name = ucwords($row->name);

This is better for Turkish charasters:
foreach($rows as &$row) {
$row->name = mb_convert_case(str_replace(array('I','i'),array('ı','İ'),$row->name), MB_CASE_TITLE, "UTF-8");

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

7 years 10 months ago - 7 years 10 months ago #7709 by hakana
Emir Sakic rocks! Always!

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

About us

We provide high quality Joomla components created by a co-founder and original core developer of Joomla. For over a decade, our products have been used by more than 20.000 webmasters around the world.

Stay in touch