| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
InstallationInstallation – Installating MDB2_TableBrowser
InstallationFirst you need MDB2 installed:
$ pear install --alldeps MDB2
You should install a driver for each database you are working with. For MySQL it would be:
$ pear install MDB2_Driver_Mysql
Finally you install MDB2_TableBrowser using the PEAR installer. Since the package is in alpha you have to add the -d option as below:
$ pear -d preferred_state=alpha install --alldeps MDB2_TableBrowser
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「Installation」をGoogle検索
|