Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mysqli num_rows always return 0 #6246

Open
Falatulima opened this issue Oct 19, 2023 · 1 comment
Open

mysqli num_rows always return 0 #6246

Falatulima opened this issue Oct 19, 2023 · 1 comment

Comments

@Falatulima
Copy link

Falatulima commented Oct 19, 2023

No description provided.

@slimdestro
Copy link

slimdestro commented Nov 10, 2023

I have added few tests. it returns exact number of rows in Table.

$query = $this->db->get($tableName);
$num_rows = $query->num_rows();

num_rows_validate_3
num_rows_validate_2
num_rows_validate_1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants