1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-29 10:32:17 +02:00
Files
archived-doc-ja/reference/dbplus/setup.xml
2009-09-28 05:30:52 +00:00

77 lines
2.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: af4410a7e15898c3dbe83d6ea38246745ed9c6fb Maintainer: takagi Status: ready -->
<!-- CREDITS: hirokawa -->
<chapter xml:id="dbplus.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="dbplus.requirements">
&reftitle.required;
<para>
この拡張モジュールは外部クライアントライブラリに依存しており、
この拡張モジュールを使用したいシステム上に
db++ クライアントがインストールされている必要があります。
</para>
<para>
<link xlink:href="&url.dbplus.company;">Concept asa</link> が、
Linux および他のいくつかの Unix 版の
<link xlink:href="&url.dbplus.download;">db++ デモ版</link> および
<link xlink:href="&url.dbplus.documentation;">ドキュメント</link>
を提供しています。また、Windows 版の db++ もありますが、
この拡張モジュールでは(まだ)サポートしていません。
</para>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.dbplus.configure;
<!-- }}} -->
<!-- {{{ Configuration -->
<section xml:id="dbplus.configuration">
&reftitle.runtime;
&no.config;
</section>
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="dbplus.resources">
&reftitle.resources;
<section xml:id="dbplus.resources.relation">
<title>dbplus_relation</title>
<para>
多くの db++ 関数は、<parameter>dbplus_relation</parameter>
リソースを操作または返します。
<parameter>dbplus_relation</parameter> は、
保存された関係またはクエリの結果として生成された関係へのハンドルです。
</para>
</section>
</section>
<!-- }}} -->
</chapter>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->