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
Dynamic CRUD application development
Moderator: General Moderators
-
priteshguptaddt
- Forum Newbie
- Posts: 1
- Joined: Mon Jul 03, 2017 11:53 am
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Dynamic CRUD application development
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.
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)