This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<?php
defined('BASEPATH')ORexit('No direct script access allowed');
classTrippest
{
protected$ci;
publicfunction__construct()
{
$this->ci=&get_instance();
}
publicfunctiontour_name($pag_code)
{
$name="";
switch($pag_code){
case'BJSIC-41':
$name="One Day Beijing Highlights Tour";
break;
case'BJSIC-42':
$name="Two-Day Beijing Boutique Small Group Tour";
break;
case'BJSIC-43':
$name="Three-Day Beijing Discovery Tour";
break;
default:
# code...
break;
}
return$name;
}
publicfunctioncomplex_tour()
{
returnarray(
"BJSIC-41"=>array(
"name1"=>"One Day Beijing Highlights Tour"
,"name2"=>"北京精品一日游(目的地BJSIC-41)"
,"tours"=>array(
"BJSIC-41"
)
)
,"BJSIC-42"=>array(
"name1"=>"Two-Day Beijing Boutique Small Group Tour"