Dynamic CRUD application development

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
priteshguptaddt
Forum Newbie
Posts: 1
Joined: Mon Jul 03, 2017 11:53 am

Dynamic CRUD application development

Post 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
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Dynamic CRUD application development

Post 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.
(#10850)
Post Reply