@renato Very interesting. Why did you choose cake as a framework? I had to decide between CodeIgniter and Cake and though I've used CodeIgniter before, decided upon using Cake after much thought - I have no regrets :) Its pretty good. There is another tool you can use - lime survey - http://www.limesurvey.org/ There are a few pointers I can give you - Create a EAV type Db schema - wherein you only save the form structure in a generic way.
@WebbedIT Thank you for your inputs. I totally agree with you - NDA's have prevented me from writing on open forums, creating blogs on technology and participating on IRC. It works for the client though. My form builder is almost nearing completion. I wish I could say more :) Will keep everyone posted incase I am able to go open source with it. On Feb 10, 1:47 pm, WebbedIT <[email protected]> wrote: > Don't take this as a negative, but the more you work with CakePHP the > more you will realise that NDA's can be counter-intuitive. You will > benefit more from sharing our work, especially when asking people to > contribute to it, as others can then take the idea and run with it or > resolve issues you're having enabling you to spend more time pushing > the envelope than scratching your head. > > What you are working on is not top-secret and could probably be > replicated by those who know Cake inside out in a small amount of > time, especially if you use the jquery based javascript validation > helper that is available in the bakery which automatically takes your > models validation rules and provide client-side validation > automagically. > > Good luck with the project though :o) > > Paul. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
