Pear DB 新手入门指南[29]

[入库:2005年8月19日] [更新:2007年3月24日]

本文简介:选择自 flappy_man 的 blog

 

4.        可用方法列表

 
<?php
/*
* from the db_(driver) objects
*/
// get the object with, ie:
$db db::connect('mysql://user:pass@localhost/my_db');
 
// set options
$db->seterrorhandling();
$db->setfetchmode();
// information
$db->affectedrows();
$db->tableinfo();
// database manipulation
$db->query();
// data fetch
$db->nextid();
$db->getone();
$db->getrow();

本文关键:Pear DB 新手入门指南
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top