Top "Crud" questions

The four basic operations for a data management system : Create, Read, Update, Delete

Codeigniter Grocery Crud extend set_relation() function?

Is there anyone knows how to extend the set_relation() ? Here is the idea, base on the example of Grocery …

codeigniter crud grocery-crud
PHP CRUD JSON file instead of a database like mysql

I'm in a bit of pickle, I received a request to create CRUD app to edit JSON object in an …

php json crud
Why are CRUD operations so bad in a SOA design?

I have just finished reading an article on MSDN by John Evdemon. He bashes the CRUD interfaces and calls it …

design-patterns soa crud
Why the Ruby on Rails action "destroy" is not named "delete"?

The CRUD principle defines the four basic operations on persistent data: Create, Read, Update, Delete. HTTP verbs also use the …

ruby-on-rails http rest crud
REST Best Practices: Should you return an entity on POST and PUT calls?

In order to respect the best practices of the REST principles, is it best to return the created/updated entity …

web-services rest crud principles
Naming convention for Django URL, templates, models and views

I know there are a lot of naming conventions to build apps (name database tables in the singular, models in …

python django templates naming-conventions crud
Is it good practice to combine CREATE and EDIT controllers in AngularJS?

There are many duplicated code among CREATE and EDIT controllers. These controllers could be combined into one for minimizing repetitive …

angularjs controller crud
Spring web-based admin tool with CRUD

In PHP & Symfony world there is a tool called Sonata Admin https://sonata-project.org/ based on AdminLTE template, that …

java spring admin crud
What's the difference between CRUD and CRUDL?

I don't understand the difference between read and list. According to Wikipedia: The acronym may be extended to CRUDL to …

database function pagination crud
Yii2 Pjax Delete not working

I am trying to make an Ajax GridView using Pjax with delete button. Deleting goes with no Ajax. I am …

php yii2 crud pjax