Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function num_rows()
- {
- if(is_a($this->result_id, "mysqli_result")){
- return @mysqli_num_rows($this->result_id);
- } else{
- return 0;
- }
- }
- #File location: system\database\drivers\mysqli\mysql_result.php
Advertisement
Add Comment
Please, Sign In to add comment