デフォルトでは列タイトルがそのまま表示されてしまいます。
分かりやすい日本語表示に変更します。
INPUTの場合は以下のようにします。
<div class="companies form"> Form->create('Company'); ?> <fieldset> <legend></legend> Form->input('comp_code',array('label'=>'企業コード'));
pagenagerの場合は以下のようにします。
<div class="companies index"> <h2></h2> <table cellpadding="0" cellspacing="0"> <tr> <th>Paginator->sort('comp_code','企業コード'); ?></th> <th>Paginator->sort('comp_name','企業名称'); ?></th>