Re: [PHP] Auto CRUD Generator

2011-11-29 Thread Daniel Brown
On Sat, Nov 26, 2011 at 15:15, Muhammad Hassan Samee hassansa...@gmail.com wrote: is there any class/script that can  automatically create a CRUD [Create,Read,Update,Delete] grid table for any database table .? Search Google for Xataface. It's a full frontend which dynamically changes with

RE: [PHP] Auto CRUD Generator Xataface

2011-11-29 Thread Daevid Vincent
-Original Message- Search Google for Xataface. It's a full frontend which dynamically changes with database structure changes. http://xataface.com/videos is broken and therefore we can't view the demo, and nothing pisses me off more than a site that doesn't have a simple contact email

Re: [PHP] Auto CRUD Generator Xataface

2011-11-29 Thread Matijn Woudt
On Tue, Nov 29, 2011 at 9:44 PM, Daevid Vincent dae...@daevid.com wrote: -Original Message- Search Google for Xataface.  It's a full frontend which dynamically changes with database structure changes. http://xataface.com/videos is broken and therefore we can't view the demo, and

RE: [PHP] Auto CRUD Generator Xataface

2011-11-29 Thread Daevid Vincent
-Original Message- From: Matijn Woudt [mailto:tijn...@gmail.com] Sent: Tuesday, November 29, 2011 12:48 PM To: Daevid Vincent Cc: php-general-h...@lists.php.net; php-general@lists.php.net Subject: Re: [PHP] Auto CRUD Generator Xataface On Tue, Nov 29, 2011 at 9:44 PM, Daevid Vincent

Re: [PHP] Auto CRUD Generator Xataface

2011-11-29 Thread Matijn Woudt
On Tue, Nov 29, 2011 at 9:54 PM, Daevid Vincent dae...@daevid.com wrote: I think your PC is broken.. I can watch the videos just fine ;) I tried it in FF 3.6.24 as well as Chrome 15.0.874.121 m (is that really necessary Google?!) and lastly IE 8.0.7601.17514 (is that really necessary

Re: [PHP] Auto CRUD Generator Xataface

2011-11-29 Thread Jim Lucas
On 11/29/2011 12:54 PM, Daevid Vincent wrote: -Original Message- From: Matijn Woudt [mailto:tijn...@gmail.com] Sent: Tuesday, November 29, 2011 12:48 PM To: Daevid Vincent Cc: php-general-h...@lists.php.net; php-general@lists.php.net Subject: Re: [PHP] Auto CRUD Generator

Re: [PHP] Auto CRUD Generator Xataface

2011-11-29 Thread Bastien Koert
-general@lists.php.net Subject: Re: [PHP] Auto CRUD Generator Xataface On Tue, Nov 29, 2011 at 9:44 PM, Daevid Vincent dae...@daevid.com wrote: -Original Message- Search Google for Xataface.  It's a full frontend which dynamically changes with database structure changes. http

[PHP] Auto CRUD Generator

2011-11-26 Thread Muhammad Hassan Samee
is there any class/script that can automatically create a CRUD [Create,Read,Update,Delete] grid table for any database table .?

[PHP] Auto CRUD Generator

2011-11-26 Thread Muhammad Hassan Samee
is there any class/script that can automatically create a CRUD [Create,Read,Update,Delete] grid table for any database table .?

Re: [PHP] Auto CRUD Generator

2011-11-26 Thread Fatih P.
On 11/26/2011 10:20 PM, Muhammad Hassan Samee wrote: is there any class/script that can automatically create a CRUD [Create,Read,Update,Delete] grid table for any database table .? Hi Hassan, check my blog there are some functions I have been working on. it might give you some ideas.