public function __construct($module = null, $action = null)
 {
     parent::__construct($module, $action);
     // Set up some variables
     $this->setModule('contacts');
     $this->setController('partyattachments');
     $this->setModel('party');
 }
 public function __construct($module = null, $action = null)
 {
     parent::__construct($module, $action);
     // Set up some variables
     $this->setModule('projects');
     $this->setController('projectattachments');
     $this->setModel('project');
     $this->setIdField('project_id');
 }
 public function __construct($module = null, $action = null)
 {
     parent::__construct($module, $action);
     // Set up some variables
     $this->setModule('crm');
     $this->setController('opportunityattachments');
     $this->setModel('opportunity');
     $this->setIdField('opportunity_id');
 }