hi all

the following goes probably even further on the path to the "cake way" :

<? echo $html->formTag("/executions/index/","post") ?>

doesn't it ?

++++++
clemos

On 5/31/06, Larry E. Masters aka PhpNut <[EMAIL PROTECTED]> wrote:
> Try doing it the cake way.
>
>
>    <form action="<?php echo
> $html->url('/executions/index/'); ?>" method="post">
>
> Will make your app portable.
>
> --
> /**
> * @author Larry E. Masters
> * @var string $userName
> * @param string $realName
> * @returns string aka PhpNut
> * @access  public
> */
>
>
> On 5/31/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >
> > It's already done
> >
> > I should say it first
> >
>
>
>  >
>

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

Reply via email to