class views_stock{ public $id; public $style; public $style_table_width; public $style_left; public $results; public function __construct($context){ $this->id = $context['id']; $this->style = $context['style']; } public function set(){ global $database; $this->results = common_stock::get_details($this->id); return $this; } public function details(){ extract($this->results); ?>
Order Number: | |
Job No.: | |
Order Date: | |
Delivery Date: | |
Created By: | on |
Last Modfied By: | on |