From 089336fcd9417d6c4e40be802b3dec37b11c7d51 Mon Sep 17 00:00:00 2001 From: Sander Marechal Date: Thu, 3 Mar 2011 08:30:37 +0100 Subject: Rename order_raw to order_by_expr --- idiorm.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'idiorm.php') 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; } -- cgit v1.2.3