Well, are you just new to CakePHP, or PHP in general? Because remember
that CakePHP is really just PHP. And just like with any PHP-driven
webpage that uses database tables with unique IDs, you need to pass
the ID in the form somehow. You just need to do some security/sanity
checks when processing the form to ensure that the user isn't doing
anything bad. For example, make sure that the user editing the form
has permission to edit the ID in question.

- Jamie

On Sep 6, 6:32 am, thesti <roronoazorodea...@yahoo.com> wrote:
> hi,
>
> i'm learning CakePHP and i take the Blog tutorial.
>
> and as i came to the modifying a post part, it's written that if we
> supply the 'id' field to the FormHelper then the form will be used to
> edit a post.
>
> when i see the source page, i see that the id is there as a hidden
> Input in the edit form. is there any other way in cake to make an edit
> form?
>
> because with javascript we can edit Hidden Input value and i think
> it's not secure.
>
> 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 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to