php utf-8

header(”Content-Type: text/html; charset=UTF-8″)

控制器控释模板输出:

值:

array (size=8)
  1 => 
    array (size=4)
      'customer_id' => 

string

 '1' (length=1)
      'customer_name' => 

string

 '澶ч箯' (length=6)
      'customer_phone' => 

string

 '18122384483' (length=11)
      'customer_company' => 

string

 '澶х偖鍏徃' (length=12)

控制器:

$b = M('customer')->getfield('customer_id,customer_name,customer_phone,customer_company',true);
$this->assign('aaa',$b);
$this->display();

模板:

<h1>{$aaa.1.customer_name}</h1>

posted @ 2017-08-08 12:07  1O(∩_∩)O1  阅读(162)  评论(0编辑  收藏  举报