版主
[phpres第一兵]
myUtf8ConnectionFilter: class: myUtf8ConnectionFilter activate: on
<?php class myUtf8ConnectionFilter extends sfFilter { public function execute($filterChain) { $con = Propel::getConnection(); if ($con){ $con->executeQuery("set names utf8"); } else { throw new Exception($e); } $filterChain->execute(); } } ?>
搜索更多相关主题的帖子: symfony 字符集
查看详细资料
TOP