function create_link($string) {

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

PHP Prepare links - friendly URLs

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

Please help shorten the cod...

71367d98df2bf14cbf704e7741eb402d Talk
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