From 4f0afbb68cf5c0d0b65083e4b10be561321ca6ac Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Sat, 23 Oct 2010 06:50:56 +0000 Subject: [PATCH] Documented TokyoTyrantQuery::setOrder() -- Fixes bug #52125 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304640 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../tokyotyrantquery/setorder.xml | 97 ++++++++ reference/tokyo_tyrant/versions.xml | 213 +++++++++--------- 2 files changed, 204 insertions(+), 106 deletions(-) create mode 100644 reference/tokyo_tyrant/tokyotyrantquery/setorder.xml diff --git a/reference/tokyo_tyrant/tokyotyrantquery/setorder.xml b/reference/tokyo_tyrant/tokyotyrantquery/setorder.xml new file mode 100644 index 0000000000..cfcf8908e3 --- /dev/null +++ b/reference/tokyo_tyrant/tokyotyrantquery/setorder.xml @@ -0,0 +1,97 @@ + + + + + + TokyoTyrantQuery::setOrder + Orders results + + + + &reftitle.description; + + public mixedTokyoTyrantQuery::setOrder + stringname + inttype + + + Sets the order of a query + + + + + &reftitle.parameters; + + + + name + + + The column name to apply the ordering on. + + + + + type + + + The type can be one of the following + constants: + + + + + RDBQO_STRASC - String ascending + + + + + RDBQO_STRDESC - String descending + + + + + RDBQO_NUMASC - Numberic ascending + + + + + RDBQO_NUMDESC - String descending + + + + + + + + + + + &reftitle.returnvalues; + + This method returns the current object. + + + + + + diff --git a/reference/tokyo_tyrant/versions.xml b/reference/tokyo_tyrant/versions.xml index 8cc43ca5de..e99d734254 100644 --- a/reference/tokyo_tyrant/versions.xml +++ b/reference/tokyo_tyrant/versions.xml @@ -1,106 +1,107 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +