- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
try {
$newUserId = $users->insert($data);
} catch (Exception $e) {
if ($e->getCode() == '23000') {
$this->customRedirect(
array(
'notice',
'User already exists',
)
);
return;
} else {
throw new Exception(null, null, $e);
}
}
sectus 30.11.2011 04:19 # −1
santa_microbe 30.11.2011 11:25 # +2
sectus 30.11.2011 11:30 # +1
grudzinsky 30.11.2011 11:38 # +3
zoggi 01.12.2011 12:27 # 0
не, не слышал.
sectus 01.12.2011 14:45 # 0
grudzinsky 01.12.2011 15:04 # 0
sectus 01.12.2011 15:30 # 0
grudzinsky 01.12.2011 15:34 # 0
santa_microbe 30.11.2011 11:48 # +3
Lure Of Chaos 30.11.2011 16:51 # 0
и уж лучше по коду, чем вылавливать текст ошибки )
santa_microbe 30.11.2011 20:44 # 0
guest8 09.04.2019 12:15 # −999