FishEye
Search
Changelog
Browse
Help
osCommerce
:/
trunk
/
oscommerce
/
includes
/
classes
/
database
/
mysqli.php
Quick Search:
Mode
Side-by-Side
Unified
No wrapping
Soft wrap
Context
Displaying 3 lines of context.
None
| Less | More |
Full
Other Diffs
1865
1863
1845
1498
1497
1372
1321
1293
1290
1123
1122
1865
1863
1845
1498
1497
1372
1321
1293
1290
1123
1122
Ignore
Blank Lines
Whitespace:
None
Significant
All
Diff
1122
1123
1123
mysqli.php
13
13
require('mysql.php');
14
14
15
15
class osC_Database_mysqli extends osC_Database_mysql {
16
-
var $
sql
_
parse
_
string
=
'
mysqli
_
real
_
escape
_
string
'
,
17
-
$
sql
_
parse
_
string
_
with
_
connection
_
handler
=
true
,
18
-
$
use_transactions = true;
16
+
var $use_transactions = true;
19
17
20
18
function osC_Database_mysqli($server, $username, $password) {
21
19
$this->server = $server;