Re: Im lost with Save function in model and saving data from Form

2009-08-06 Thread Asinox
Thanks Daniel for reply ill tell u my problem, this form work fine in the User Panel , but in the Admin dont work. exactly my problem: i have a form... when the form is saved, im saving "pub_date" data in another database table, that is fine in the User Panel, but in the Admin panel don't work.

Re: Im lost with Save function in model and saving data from Form

2009-08-06 Thread Daniel Roseman
On Aug 6, 6:38 pm, Asinox wrote: > Hi guys, i need a litter help, i know that if i want a Form from Model > i need to use ModelForm, but im lost with something... i have a view > that render a Form (ModelFrom) and save this, but now i need to use > the  funcion SAVE in the  Model (for use in the

Im lost with Save function in model and saving data from Form

2009-08-06 Thread Asinox
Hi guys, i need a litter help, i know that if i want a Form from Model i need to use ModelForm, but im lost with something... i have a view that render a Form (ModelFrom) and save this, but now i need to use the funcion SAVE in the Model (for use in the admin)... but im lost... bcz in the view f