I'm new in cakephp, but I must resume an cakephp project, and after copy to my server, the pages are rendered with <?=
in my html source code. After I looked the files, I find <?=
marks in ctp files, like this:
<?= $this->element("header") ?>
What configuration is wrong, when this part of code I see in my html source code?
Thanks for help.