zend framework 1 连接oracle数据库的写法
摘要:
1 用Zend_Db_Adapter_Pdo_Oci方式$config =array( 'host'=>'192.168.5.40', 'port'=>'1521', 'dbname'=> 'orclxxxx', 'charset'=>'UTF8', 'username' => 'xxxx', 'password' => 'xxxx', );$db = Zend_Db: 阅读全文
posted @ 2014-01-07 12:36
郭永荣
阅读(278)
评论(0)
推荐(0)
浙公网安备 33010602011771号