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