Page 1 of 1

Dynamic CRUD application development

Posted: Mon Jul 03, 2017 11:56 am
by priteshguptaddt
Hey guys,
I got recent project regarding development of CRUD application that can connect to database and perform crud operation directly. After lots of search, I have found this application.

http://pdocrud.com/demo/pages

I need to know how I should write application similar to this as this seems quite a big application and I am not able to understand how to start. I need only idea/suggestion on how to proceed. Many thanks in advance

Re: Dynamic CRUD application development

Posted: Wed Jul 05, 2017 6:48 pm
by Christopher
You could try one of the Grid packages for Laravel or Symfony. Maybe they will be easier to understand.

If you want to build it yourself, start simple. A modern Grid system is mostly Javascript and the PHP just delivers JSON and has an interface for insert/update/delete.