~ubuntu-branches/ubuntu/trusty/sphinxsearch/trusty-proposed

« back to all changes in this revision

Viewing changes to api/ruby/spec/fixtures/sort_attr_asc.php

  • Committer: Bazaar Package Importer
  • Author(s): Radu Spineanu
  • Date: 2009-11-17 22:19:42 UTC
  • Revision ID: james.westby@ubuntu.com-20091117221942-nm751ur701m9vrzt
Tags: upstream-0.9.8.1
ImportĀ upstreamĀ versionĀ 0.9.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
 
 
3
require ("sphinxapi.php");
 
4
 
 
5
$cl = new SphinxClient();
 
6
$cl->SetSortMode(SPH_SORT_ATTR_ASC, 'sortby');
 
7
$cl->Query('query');
 
8
 
 
9
?>
 
 
b'\\ No newline at end of file'