<?php
Class CommonAction
extends
Action{
Public
function
_initialize(){
header(
"Content-type: text/html; charset=utf-8"
);
//utf8
}
?>