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?