Moves the resultSet pointer to a determined pointer if the index does not exists it will return a Boolean FALSE
@param Integer $pointer
@return Boolean/PhpBURN_Core
Params
$pointer
Indicates what pointer will be pointed to.
Explanation
$user = new Users(); $user->find(); $user->_moveTo(10);
It will move the pointer to the 10th entry into our resultset
