Skip to content

Instantly share code, notes, and snippets.

@ariews
Created March 13, 2013 16:17
Show Gist options
  • Save ariews/5153714 to your computer and use it in GitHub Desktop.
Save ariews/5153714 to your computer and use it in GitHub Desktop.
<?php
public function save($model, $value, $loaded)
{
if ($loaded)
return $value;
else
return $this->set_slug($value);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment