Hi Laruence

2013/6/16 Xinchen Hui <larue...@php.net>:
> +               if ($h) {
> +                       $this->db = new PDO2(PDO_MYSQL_TEST_DSN, 
> PDO_MYSQL_TEST_USER, PDO_MYSQL_TEST_PASS, array(PDO::ATTR_PERSISTENT => 
> true));
> +               } else {
> +                       $this->db = new PDO2(PDO_MYSQL_TEST_DSN, 
> PDO_MYSQL_TEST_USER, PDO_MYSQL_TEST_PASS, array(PDO::ATTR_PERSISTENT => 
> true));
> +               }

Shouldn't this be PDO3, in the else, or did I miss something?

-- 
regards,

Kalle Sommer Nielsen
ka...@php.net

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to