Hello
I've been using cake 0.9.1, and recently updated both php and cake at
my localhost :)
But i ran into problems right after creating example layout, controller
and it's view. I get layout rendered, but $page_title and
$content_for_layout are not being replaced by variable and view
content. Instead of that, I get all code sent to browser, meaning that
my page source from localhost/newcake/example looks like this:
<html>
<head>
<title><?=$page_title?></title>
</head>
<body>
<?=$content_for_layout?>
</body>
</html>
Any idea? :S
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---