Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1411 | minor | always | 10-16-06 13:05 | 04-29-07 12:38 | |
|
|||||
Reporter: | dberry | Platform: | |||
Assigned To: | nam | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.0.21 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.1 | ||
|
|||||
Summary: | 0001411: mysqli accessed using object-oriented style does not work for insert_id or num_rows | ||||
Description: |
After performing an insert into the database $mysqli->insert_id; //does not return a value while mysqli_insert_id($mysqli); //works $result->num_rows; // does not work; mysqli_num_rows($result); // works |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|