How to handle form data in cakephp

Posted by Vinay on Stack Overflow See other posts from Stack Overflow or by Vinay
Published on 2011-02-21T07:23:04Z Indexed on 2011/02/21 7:25 UTC
Read the original article Hit count: 166

Filed under:

i have a form for adding people object ,i want to add as many people without saving people in database,after clicking add people form submit button,the same form should appear without saving the form data to database,instead it should save to the session.please explain in detail if possible with the help of a example to do this, i have not found any tutorial which explains cakephp session in detail.

© Stack Overflow or respective owner

Related posts about cakephp