Skip to content

Instantly share code, notes, and snippets.

@dator-zz
Created September 16, 2009 11:49
Show Gist options
  • Save dator-zz/188002 to your computer and use it in GitHub Desktop.
Save dator-zz/188002 to your computer and use it in GitHub Desktop.
class User extends Doctrine_Record
{
protected $username;
public function setName($name)
{
$this->username = $name;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment