Thinking about a simple update_pod function that would handle all the class instantiation, param sanitization etc in cases where you just want to quickly add/update a single pod. Think update_post_meta(). I’m thinking update_pod($datatype,$tbl_row_id,$values) where $values is a key/value array of field and value … i.e. update_pod(‘books’,4,array(‘author_last_name’,’Shakespeare));
Thoughts?