document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. public function beforeSave()
  2. {
  3.    // allitsuk be a datumot
  4.    $this->created=time();
  5.  
  6.    return parent::beforeSave();
  7. }
');