a *lot of* overlap.
On May 22, 8:08 pm, Stifan Kristi <steve.van.chris...@gmail.com> wrote: > log overlap? is it for CRUD? i've already checked in web2py.com/book that > the log is related with crud.message? please correct me if i'm wrong. > thank you > > On Mon, May 23, 2011 at 7:53 AM, Massimo Di Pierro < > > > > > > > > massimo.dipie...@gmail.com> wrote: > > Use crud for fast prototyping. Use SQLFORM when you need more control. > > The good thing is that they have a log overlap and you can always > > change one for the other. > > > On May 22, 7:50 pm, Stifan Kristi <steve.van.chris...@gmail.com> > > wrote: > > > same for me, still confuse about exact comparation between SQLFORM and > > CRUD, > > > plus and minus side overview, but i usually use CRUD, because it's simple > > > (just my opinion). > > > > On Mon, May 23, 2011 at 7:39 AM, Ismael Alejandro < > > ialejandr...@gmail.com>wrote: > > > > > Hi apple! I'm my own experience (may me I'm wrong) I use SQLFORM when I > > > > need to customize a little the form, or when I have to deal with an > > specific > > > > var. > > > > > But, is a good question, same doubt here :s > > > > > On Sat, May 21, 2011 at 1:35 PM, apple <simo...@gmail.com> wrote: > > > > >> Can you do everything using CRUD that you can do with SQLFORM? > > > > >> Under what circumstances would you choose SQLFORM rather than CRUD?