アプリで次のコードを使用しました。
<?php $this->headStyle()->captureStart() ?>
body {
background-color: <?php echo $this->bgColor ?>;
}
<?php $this->headStyle()->captureEnd() ?>
ビュースクリプトでこのエラーが発生しています。
致命的なエラー: オブジェクト以外でメンバー関数 captureStart() を呼び出します。
どうしたの?