http://document.thinkphp.cn/manual_3_2.html#behavior_extend
return array(
? ? 'action_begin'=>array('Home\\Behaviors\\test','Home\\Behaviors\\test1'),//一個標(biāo)簽位可以有多個行為,使用數(shù)組即可。
? ? // 如果是3.2.1版本 則需要改成
? ? 'action_begin'=>array('Home\\Behaviors\\testBehavior','Home\\Behaviors\\test1Behavior')
);
?
其結(jié)果是3.2.2還是要按3.2.1這樣寫
?