Moves the resultSet pointer to the Next pointer if the index does not exists it will return a Boolean FALSE
@return Boolean/PhpBURN_Core
Params
EMPTY
Explanation
$user = new Users(); $user->find(); $user->_moveNext();
This will move to the Next entry in our resultSet.
