wickyaswal / php-my-sql-pdo-database-class

A database class for PHP MySQL which utilizes PDO.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

do while

vinceaar0n opened this issue · comments

cant seem to do a do while loop with row

ex.

do {
//code here
} while ($fetchchat = $chat->fetch());

how do i do this with row()?