summaryrefslogtreecommitdiff
path: root/idiorm.php
diff options
context:
space:
mode:
Diffstat (limited to 'idiorm.php')
-rw-r--r--idiorm.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/idiorm.php b/idiorm.php
index b4e4f7d..3dd49b0 100644
--- a/idiorm.php
+++ b/idiorm.php
@@ -749,9 +749,9 @@
}
/**
- * Add a raw ORDER BY clause
+ * Add an unquoted expression as an ORDER BY clause
*/
- public function order_raw($clause) {
+ public function order_by_expr($clause) {
$this->_order_by[] = $clause;
return $this;
}