Hi,
I am new to CakePHP and love it.
I am trying to use a Navigation Helper from
http://www.nolimit-studio.com/baking/2006/08/02/navigation-helper/.

I add it to $helpers in my controller and have the navigation.php in
the right location in views/helpers.

I use it in my default.thtml, in the following format:

<?$navigation->link('Home',"/",array('activeAction'=>'login'))?>
....
<?php echo $navigation->render(null,array('id'=>'main_nav'))?>


cakePHP does not generate the expected output.

My generated HTML looks like:
<?$navigation->link('Home',"/",array('activeAction'=>'login'))?>

Any help will be much appreciated.

Thanks,
Ben


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to