Re: CakePHP and LiveGrid (Rico)

2007-02-21 Thread CraZyLeGs
http://en.wikipedia.org/wiki/Scaffolding On Feb 20, 3:44 pm, anselm [EMAIL PROTECTED] wrote: Would be nice from the doc team should to clarify if scaffold is or not OK for production... That's not really up to them to tell you -- because this is a process problem, not a technical problem.

Re: CakePHP and LiveGrid (Rico)

2007-02-21 Thread jitka
http://www.cakepeople.com/ --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this group, send email to [EMAIL

Re: CakePHP and LiveGrid (Rico)

2007-02-20 Thread archinform
*really* done easily in cake... ok, it's pretty easy in relation to coding without a framework, but it would be much more Rail style if the creation of js inclusion and especially the datafeeds would be done automatically by scaffolding! Other thing is that it's quite easy to get a working

Re: CakePHP and LiveGrid (Rico)

2007-02-20 Thread CraZyLeGs
On Feb 20, 7:45 am, archinform [EMAIL PROTECTED] wrote: *really* done easily in cake... ok, it's pretty easy in relation to coding without a framework, but it would be much more Rail style if the creation of js inclusion and especially the datafeeds would be done automatically by scaffolding!

Re: CakePHP and LiveGrid (Rico)

2007-02-20 Thread Olivier Percebois-Garve
Scaffold is not meant for production, but it has been suggested that it is ok for production. The manual is rather unclear on that point : So cool that you'll want to use it in production apps. Now, we think its cool, too, but please realize that scaffolding is... well... just scaffolding. It's

Re: CakePHP and LiveGrid (Rico)

2007-02-20 Thread AD7six
On Feb 20, 2:58 pm, Olivier Percebois-Garve [EMAIL PROTECTED] wrote: Scaffold is not meant for production, but it has been suggested that it is ok for production. The manual is rather unclear on that point : So cool that you'll want to use it in production apps. Now, we think its cool,

Re: CakePHP and LiveGrid (Rico)

2007-02-18 Thread CraZyLeGs
I have kinda something like that, search feature ( simple, advanced ( like the one in thunderbird ), auto complete ) with data displaying, pagination sorting in one line, handles relations etc. data types ( string, date, foreign ) all in one line of code ( nearly ) I might release it someday, I

CakePHP and LiveGrid (Rico)

2007-02-17 Thread archinform
Hi all, since years I maintain and develop a architecture database and haven't found a good framework for developing an web frontend for interacting (viewing and(!) editing) with a complex relational database. Now I discovered CakePhp and it look's like I have found the right thing. But there