Skip to content
Snippets Groups Projects
Commit 9542d532 authored by Demian Katz's avatar Demian Katz
Browse files

Updated comment (this feature should be coming soon -- just submitted a PR to add it).

parent 79779445
Branches
Tags
No related merge requests found
...@@ -220,7 +220,7 @@ class Resource extends Gateway ...@@ -220,7 +220,7 @@ class Resource extends Gateway
// The title field can't be null, so don't bother with the extra // The title field can't be null, so don't bother with the extra
// isnull() sort in that case. // isnull() sort in that case.
if (strtolower($rawField) != 'title') { if (strtolower($rawField) != 'title') {
/* TODO /* TODO -- uncomment when order() method supports Expressions
$order[] = new Expression( $order[] = new Expression(
'isnull(?)', array($alias . '.' . $rawField), 'isnull(?)', array($alias . '.' . $rawField),
array(Expression::TYPE_IDENTIFIER) array(Expression::TYPE_IDENTIFIER)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment