public function __construct() { parent::__construct(); // Load form helper library $this->load->helper('form'); // Load form validation library $this->load->library('form_validation'); }
public function __construct() { parent::__construct(); $this->_data['types'] = array('co-employee' => 'CO Employee', 'lead' => 'Lead', 'prospect' => 'Prospect', 'mql' => 'MQL', 'sql' => 'SQL', 'client' => 'Client', 'vendor' => 'Vendor', 'partner' => 'Partner'); }
public function __construct() { parent::__construct(); $this->_data['types'] = array('all' => 'All', 'income' => 'Income', 'costs' => 'Costs', 'doc-type-1' => 'Doc type 1', 'doc-type-2' => 'Doc type 2', 'doc-type-3' => 'Doc type 3'); }
public function __construct() { parent::__construct(); $this->_data['types'] = array('lead' => 'Lead', 'prospect' => 'Prospect', 'mql' => 'MQL', 'sql' => 'SQL'); }
public function __construct() { parent::__construct(); }
public function __construct() { parent::__construct(); $this->_data['types'] = array('all' => 'All', 'ws-account-manager' => 'WS Account Manager', 'ws-account-executive' => 'WS Account Executive', 'ws-account-assistant' => 'WS Account Assistant', 'ws-graphic-designer' => 'WS Graphic Designer', 'ux-ui-designer' => 'UX/UI designer', 'web-developer' => 'Web Developer'); }
public function __construct() { parent::__construct(); $this->_data['types'] = array('all' => 'All', 'clients' => 'Clients', 'inhouse' => 'Inhouse', 'banner' => 'Banner', 'interactive-banner' => 'Interactive Banner', 'newsletter' => 'Newsletter', 'website' => 'Website', 'mobile-app' => 'Mobile App', 'presentation' => 'Presentation', 'sales' => 'Sales', 'improvements' => 'Improvements', 'administration' => 'Administration', 'finance' => 'Finance', 'legal' => 'Legal', 'people' => 'People', 'vendors' => 'Vendors', 'administration' => 'Administration', 'finance' => 'Finance', 'legal' => 'Legal', 'hr' => 'HR', 'vendor' => 'Vendor'); }
public function __construct() { parent::__construct(); $this->_data['types'] = array('all' => 'All', 'contracts' => 'Contracts', 'non-disclosure-agreement' => 'Non-Disclosure Agreement (NDA)', 'purchase-order' => 'Purchase Order'); }