CodeIgniter Forums
url_title bug - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: url_title bug (/showthread.php?tid=13921)



url_title bug - El Forum - 12-11-2008

[eluser]simshaun[/eluser]
In the documentation, it provides an example for url_title that shows a semi-capitalized string being converted to all lower case, but in reality CI doesn't do that.

Either fix the documentation, or add strtolower in the url_title function (URL helper).


url_title bug - El Forum - 01-06-2009

[eluser]5n4K3[/eluser]
[quote author="simshaun" date="1229045524"]In the documentation, it provides an example for url_title that shows a semi-capitalized string being converted to all lower case, but in reality CI doesn't do that.

Either fix the documentation, or add strtolower in the url_title function (URL helper).[/quote]yes! here is the bug report http://codeigniter.com/bug_tracker/bug/5732/