'doNew', 'insert' => 'doInsert', 'thanks' => 'doThanks', ); // TODO Refactoring "ChangeCompany" & "ChangeLocation" scripts and build new set of scripts function exec(&$Doc) { $this->Doc = $Doc; $this->DBObj = new Member(); parent::exec(); } }