Skip to content

Commit 076823c

Browse files
authored
Update README.md
1 parent 1320275 commit 076823c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The italic ones are not recognized at all because they are defaults.
111111

112112

113113
//Use $smysql->selectJoin($table, $join, $on[, $order[, $cols[, $limit[, $flags]]]]) to execute a JOIN command
114-
$result = $smysql->selectJoin("users", "messages", ['from_user' => 'uid'], "time", ["*"], 5, SMQ::ORDER_DESC)->fetch(SMQ::FETCH_ALL);
114+
$result = $smysql->selectJoin("users", "messages", ['from_user' => 'uid'], "time", "*", 5, SMQ::ORDER_DESC)->fetch(SMQ::FETCH_ALL);
115115
//Use JOIN_LEFT, JOIN_RIGHT and JOIN_FULL flags to other types of JOIN
116116

117117
//To combine JOIN and WHERE use $smysql->selectJoinWhere($table, $join, $on, $cond[, $order[, $cols[, $limit[, $flags]]]])

0 commit comments

Comments
 (0)