From f0f8cce7871a5f6b7b44072c8888381cddc45458 Mon Sep 17 00:00:00 2001
From: Antony Dovgal <tony2001@php.net>
Date: Thu, 3 Dec 2009 14:58:13 +0000
Subject: [PATCH] add setSelect() documentation

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291653 c90b9560-bf6c-de11-be94-00142212c4b1
---
 reference/sphinx/sphinxclient/setselect.xml | 91 +++++++++++++++++++++
 1 file changed, 91 insertions(+)
 create mode 100644 reference/sphinx/sphinxclient/setselect.xml

diff --git a/reference/sphinx/sphinxclient/setselect.xml b/reference/sphinx/sphinxclient/setselect.xml
new file mode 100644
index 0000000000..7d612fe92b
--- /dev/null
+++ b/reference/sphinx/sphinxclient/setselect.xml
@@ -0,0 +1,91 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision: 291314 $ -->
+
+<refentry xml:id="sphinxclient.setselect" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <refnamediv>
+  <refname>SphinxClient::setSelect</refname>
+  <refpurpose>Set select clause</refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+  &reftitle.description;
+  <methodsynopsis>
+   <modifier>public</modifier> <type>bool</type><methodname>SphinxClient::setSelect</methodname>
+   <methodparam><type>string</type><parameter>clause</parameter></methodparam>
+  </methodsynopsis>
+  <para>
+   Sets the select clause, listing specific attributes to fetch, and
+   expressions to compute and fetch.
+  </para>
+ </refsect1>
+
+ <refsect1 role="parameters">
+  &reftitle.parameters;
+  <para>
+   <variablelist>
+    <varlistentry>
+     <term><parameter>clause</parameter></term>
+     <listitem>
+      <para>
+       SQL-like clause.
+      </para>
+     </listitem>
+    </varlistentry>
+   </variablelist>
+  </para>
+ </refsect1>
+
+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <para>
+   <informaltable>
+    <tgroup cols="2">
+     <thead>
+      <row>
+       <entry>PECL/sphinx &Version;</entry>
+       <entry>&Description;</entry>
+      </row>
+     </thead>
+     <tbody>
+      <row>
+       <entry>1.0.1</entry>
+       <entry>
+        Added SphinxClient::setSelect(), available only if compiled with
+        libsphinxclient >= 0.9.9.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+   &return.success;
+  </para>
+ </refsect1>
+
+</refentry>
+
+<!-- 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
+-->