diff --git a/src/Webmodel.php b/src/Webmodel.php index 604fcdc..913b80e 100644 --- a/src/Webmodel.php +++ b/src/Webmodel.php @@ -824,7 +824,7 @@ class Webmodel { $this->conditions='WHERE 1=1'; - $this->order_by='order by '.$this->idmodel.' ASC'; + $this->order_by=''; //'order by '.$this->idmodel.' ASC'; $this->limit='';