You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
421 B
PHTML
25 lines
421 B
PHTML
|
8 years ago
|
<?php
|
||
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
||
|
|
|
||
|
|
class Vendor
|
||
|
|
{
|
||
|
|
protected $ci;
|
||
|
|
|
||
|
|
public function __construct()
|
||
|
|
{
|
||
|
|
$this->ci =& get_instance();
|
||
|
|
}
|
||
|
|
|
||
|
|
public $vendor_fun = array(
|
||
|
|
"1343" => "Tulanduo"
|
||
|
|
,"29188" => "Tulanduo"
|
||
|
|
,"30548" => "Tulanduo"
|
||
|
|
);
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
/* End of file vendor.php */
|
||
|
|
/* Location: ./third_party/vendorPlanSync/libraries/vendor.php */
|