php syntax
This commit is contained in:
parent
6e1e8fb85b
commit
28547ee7f4
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
switch($conn->getState())
|
||||
switch($conn->getState()):
|
||||
case Doctrine_Connection::STATE_ACTIVE:
|
||||
// connection open and zero open transactions
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue