There's nothing 'special' about the PagesController - it uses the
'Html' helper unless you tell it not to.

Without seeing some code, it's impossible to be certain...

...but, were I a gamber, I'd bet that you're doing this:

<?php $html->link(...); ?>

instead of this (which works):

<?php echo $html->link(...); ?>

If this isn't it, show some code!

On May 2, 1:46 pm, alxlevin <[EMAIL PROTECTED]> wrote:
> Hi.  This is my first project with CakePHP so hopefully this is a
> simple question.  I'm trying to use the standard views/pages/home.ctp
> file to create my home page view.  I've found that I can include
> elements but not anything from the htmlhelper, such as images.  When I
> try and use it, I don't get any errors but no HTML is outputted at all
> from the helper.  I've had no problems on any of the standard view
> pages, just this one.  Is there some kind of simple variable I need to
> set in order for the htmlhelper to be active on this page?  I'd
> appreciate any insight that anyone might have.  Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to