Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
01df011e
Commit
01df011e
authored
Nov 18, 2013
by
Paul Klimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sphinx Query updated to implement QueryInterface.
parent
bd79e1c1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Query.php
extensions/sphinx/Query.php
+2
-1
No files found.
extensions/sphinx/Query.php
View file @
01df011e
...
...
@@ -11,6 +11,7 @@ use Yii;
use
yii\base\Component
;
use
yii\base\InvalidCallException
;
use
yii\db\Expression
;
use
yii\db\QueryInterface
;
/**
* Class Query
...
...
@@ -18,7 +19,7 @@ use yii\db\Expression;
* @author Paul Klimov <klimov.paul@gmail.com>
* @since 2.0
*/
class
Query
extends
Component
class
Query
extends
Component
implements
QueryInterface
{
/**
* Sort ascending
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment