Opened 16 years ago
Closed 16 years ago
#50 closed 作業 (修正済み)
WordPress管理画面からXOOPSデータベースへのアクセス
Reported by: | toemon | Owned by: | toemon |
---|---|---|---|
Priority: | 普通 | Milestone: | Ver.2.0.0 |
Component: | 一般 | Version: | 2.0.0 |
Severity: | 普通 | Keywords: | |
Cc: |
Description
!WordPress管理画面からXOOPSデータベースへのアクセス用のクラスを作成
WordPress管理画面はXOOPS管理下から外してあるので、!WordPress側から、XOOPSデータベースへアクセスする手段を考えておく必要がある。
(多分
$xoops_db = new wpdb(DB_USER, DB_PASSWORD, DB_NAME, DB_HOST);
$xoops_db->$prefix = 'hoge' または$xoops_db->set_prefix('hoge' )
とかしておけは、使えような気がするけど
$xoops_db->tables = array('foo', 'hoge');とかで使うテーブルを定義しておく必要があるかもしれない。
Change History (2)
comment:1 Changed 16 years ago by toemon
- Owner set to toemon
- Status changed from new to accepted
comment:2 Changed 16 years ago by toemon
- Resolution set to 修正済み
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
実装完了 r46