来年鱼

第一句:存在就是合理的!第二句话:有效果比有道理更重要!

PEAR::MDB2简单使用

官方说明:

PEAR MDB2 is a merge of the PEAR DB and Metabase php database abstraction layers.

It provides a common API for all supported RDBMS. The main difference to most
other DB abstraction packages is that MDB2 goes much further to ensure
portability.

简单使用:

  1. 安装:
    Code
  2. connect:
    Code
  3. query
    Code
  4. fetch
    Code
  5. 一个使用例子(Smarty Sample,经过修改)
    Code

posted on 2009-05-30 09:05  来年鱼  阅读(942)  评论(0)    收藏  举报

导航