CRUD + PHP

69 views
Skip to first unread message

Ariane

unread,
Nov 26, 2009, 6:46:41 AM11/26/09
to Flexigrid for jQuery
Hi,

Does anybody has already developed the CRUD with php?

Thanks!

GT

unread,
Dec 2, 2009, 8:31:21 PM12/2/09
to Flexigrid for jQuery
Hi there Ariane,

As I understand it. CRUD is just a mechanism by which you use PHP (or
the language of your choice) to drive data table manipulation (CRUD =
Create/Read/Update/Delete).

Many mySQL clients (e.g., sqlYog) enable you to build queries using a
graphical interface with the option of formatting the output as a set
of statements ready to be embedded into PHP; is that what you're
looking for?

I don't use graphical query generators myself - I find it's much
quicker to write mysql_query() and mysqli_multi_query() stuff directly
within a PHP page in a PHP IDE... but you then have to know your
database structure reasonably well (or have a db browser open at the
same time).

Cheers


GT

Ariane

unread,
Dec 4, 2009, 7:09:25 AM12/4/09
to Flexigrid for jQuery
I think I didn´t formulated my question in the right way.

I want to know if anybody has already developed a CRUD application
using flexigrid. This would involve adding a record, editing a record,
removing a record and reading a record. But the last two tasks we
already have!

Thanks...
Reply all
Reply to author
Forward
0 new messages