摘要:
【任务】将PDO封装成类 new PDO("mysql:host=localhost;dbname=php100","root","pwd" [,driverOptions]); 如果需要长连接,需要长最后一个参数driverOption:persistent:/aj/持续的,不断的 new PDO("连接信息","root","pwd",array(PDO::ATTR_PERSISTENT=>t... 阅读全文
posted @ 2011-05-23 18:54
深海的小鱼儿
阅读(5753)
评论(0)
推荐(1)