id = $context['id']; $this->style = $context['style']; } public function set() { global $database; $results = common_workflow_master::get_details($this->id); $this->results =& $results; return $this; } public function details() { extract($this->results); ?>

Details

Name:
   
details(); /* $this->details(); $this->items(); $this->notes(); $this->terms();*/ ?>
client_details(); ?>
details(); ?>
items(); ?>
notes(); ?>
payment_info(); ?>
terms(); return $this; } public function view_email() { $this->style_table_width = 'style="width:800px;"'; $this->style_left = 'style="width:150px;"'; $this->client_details(); ?>
details(); ?>
items(); ?>
notes(); ?>
payment_info(); ?>
terms(); return $this; } } ?>