Is there a simple way to write a common function for each of the CRUD (create, retreive, update, delete) operations in PHP WITHOUT using any framew
CRUD (create, retreive, update, delete)
PHP
If you try to write such function you'll soon discover that you've just realized yet another framework.