芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/thefirstcookout.com/support/application/libraries/ChatResponse.php
temp_id_prefix=hash("crc32b",base_url())."_"; }else{ $this->temp_id_prefix="APBDWCHT_"; } } function StartChat($id,$msg=""){ $this->id=$id; $this->msg=$msg; $this->status=true; $this->Display(); } function SetCurrentItem($obj) { $this->currentItem = $obj; } function SetHeaderMessage($message){ if(!is_string($message)){ $message="Unknow message"; } $this->header_msg=$message; } function AddItem($obj){ $this->lastData[]=$obj; } function Display(){ echo json_encode ( $this );die; } } if(!function_exists("__")){ function __($msgid) { return $msgid; } }