Explorar el Código

_update 返回值 true or false

visuddhinanda hace 4 años
padre
commit
cc0c2a0058
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/db/table.php

+ 1 - 1
app/db/table.php

@@ -75,7 +75,7 @@ class Table
 			$where
 		);
 
-		return $this->result;
+		return true;
 	}
 
 	public function _show($columns,$id){