1
2
3
4
	function create_link($string) {

		$input = media_title($string);
...

PHP Prepare links - friendly URLs

by Memf, September 04, 2008 05:57, 2 refactorings, tagged with php, short, friendly, friendly urls, url, URLs, prepare, code, memforis, function, memf, links, create link

Please help shorten the cod...

71367d98df2bf14cbf704e7741eb402d Talk
1
2
3
4
def link_to_param(text, param, values)
    @qs ||= {}
    if @qs.blank?
...

Ruby Horrible method to parse a ...

by Ivan, July 17, 2008 22:45, 2 refactorings, tagged with rails, links, query string

In a Rails application, I h...

Fadf50b647fa1fb23c793ad5bd4fb6a3 Talk