Skip to content

Instantly share code, notes, and snippets.

View Archanium's full-sized avatar

Thomas Faurbye Nielsen Archanium

View GitHub Profile

Keybase proof

I hereby claim:

  • I am archanium on github.
  • I am archandk (https://keybase.io/archandk) on keybase.
  • I have a public key whose fingerprint is 761D 4DAE 1A21 3872 BB02 DA41 8E5D 28A4 2B31 2A79

To claim this, I am signing this object:

@Archanium
Archanium / Url.php
Created June 24, 2013 09:42
New UrlModel
<?php
namespace Model\Common;
class Url extends \Base\Sql\Entity
{
protected $active = 1;
protected $description;
protected $domain = "";
protected $id;