<?php
class PaWork extends mPaWork {
	public function change($post) {
		$this->setarray($post);
		$this->save();
		return array('action'=>'');
	}
}