Пример #1
0
 public function __construct($id = null)
 {
     if (!$id) {
         parent::__construct();
         $this->creazione = time();
         $this->scadenza = strtotime('+1 days');
     } else {
         parent::__construct($id);
     }
 }