Ejemplo n.º 1
0
 public function init()
 {
     parent::init();
     $this->account_id = hash('sha256', mt_rand() . uniqid(mt_rand(), true) . uniqid(mt_rand(), true) . mt_rand(), false);
 }