Hi all,
I have a question regarding the layout of cakephp views in a div.
when i want to show some data in a div and apply some css layout to it,
it seems that the data is not in the div.
i don't have this problem when i just type some text in a view. This
stay's in the div but when you want to show some query data it is not
in the div.
for example:
<div id"content">
<?php echo $this->requestAction("/posts/post/",array("return"=>true));
?>
</div>
when the view post contains plain text like: test, it stay's in the div
when the view post contains a result of a mysql query it is not in the
div.
Am i missing something or forget a basic thing,
i hope somebody can help me?
thanks Mark
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---