
/*
Definition at line 34 of file Query.php.
Public Member Functions | |
| __construct (&$db, $query) | |
| Constructor. | |
| Database_Query (&$db, $query) | |
| Legacy constructor. | |
Public Attributes | |
| $dbh = NULL | |
| $sh = NULL | |
| $query = array() | |
| $last_query = '' | |
| $warnings = array() | |
| $num_args_needed = 0 | |
| $num_rows | |
| $affected_rows | |
| $insert_id | |
| Database_Query::__construct | ( | &$ | db, | |
| $ | query | |||
| ) |
Constructor.
Parses $query and splits it at ? characters for later substitution in execute(). This should be overridden by engines like mysqli that have their own variable insertion handlers.
| Database_Query::Database_Query | ( | &$ | db, | |
| $ | query | |||
| ) |
1.5.5