Re: Noob questions about CakePHP capibilities

2006-12-06 Thread Langdon Stevenson
>> rollbacks? > > No, Cake doesn't provide any functions for rollbacks. Further to this point, have a look at: https://trac.cakephp.org/ticket/832 Obviously I am wrong and support for transactions is on its way. Regards, Langdon --~--~-~--~~~---~--~~ You rece

Re: Noob questions about CakePHP capibilities

2006-12-06 Thread Langdon Stevenson
Hi Walter > - does cakephp provide for event triggers, Do you mean on the client side? If so, then the norm is to use Scriptaculous and Prototype to manage complex Javascript behavior on the client side as well as AJAX > calculated fields, Nope. Code it yourself. This sort of thing is t

Re: Noob questions about CakePHP capibilities

2006-12-05 Thread Langdon Stevenson
>> - does cakephp have facilities to accept data from complex forms, and >> put that data into a database? > > yes, indeed. i'm not sure about the complexity you are talking about, > but for *big* forms, cake will make it simple. The only problem would be > in multi-paged forms, but it's mo

Re: Noob questions about CakePHP capibilities

2006-12-05 Thread DJ Spark
On 12/5/06, walterbyrd <[EMAIL PROTECTED]> wrote: > > > - does cakephp work equally well with php4 and php5? cake does, but it also depends on your code (like when defining a function and using & to pass by reference) - does cakephp have facilities to build and and implent complex forms? > By t

Re: Noob questions about CakePHP capibilities

2006-12-05 Thread Grant Cox
Being an application framework, Cake provides you a lot of controls over these topics. Creating forms, and having this data save to a database, with validation, is one of the most basic Cake concepts - go through some of the simple tutorials. However, Cake is not aimed at providing the "be all a

RE: Noob questions about CakePHP capibilities

2006-12-05 Thread Mariano Iglesias
: Re: Noob questions about CakePHP capibilities >>Have you actually read the manual for CakePHP yet? All those questions are answered there. << I don't see those questions directly answered in the manual. --~--~-~--~~~---~--~~ You received this message

Re: Noob questions about CakePHP capibilities

2006-12-05 Thread walterbyrd
>>Have you actually read the manual for CakePHP yet? All those questions are answered there. << I don't see those questions directly answered in the manual. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake P

Re: Noob questions about CakePHP capibilities

2006-12-05 Thread Chris Hartjes
On 12/5/06, walterbyrd <[EMAIL PROTECTED]> wrote: > > - does cakephp work equally well with php4 and php5? > - does cakephp have facilities to build and and implent complex forms? > By that I mean: does cakephp have facilitie to build forms with > multiple checkboxes, radio buttons, and dropdown b

Re: Noob questions about CakePHP capibilities

2006-12-05 Thread walterbyrd
One more question: - does cakephp provide for event triggers, calculated fields, or rollbacks? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@google

Noob questions about CakePHP capibilities

2006-12-05 Thread walterbyrd
- does cakephp work equally well with php4 and php5? - does cakephp have facilities to build and and implent complex forms? By that I mean: does cakephp have facilitie to build forms with multiple checkboxes, radio buttons, and dropdown boxes? - does cakephp have facilities to accept data from com