Moves the resultSet pointer to the Last 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->_moveLast();
This will move to the Last entry in our resultSet.