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