Create, Read, Update And Delete (CRUD)
CRUD stands for Create, Read, Update and Delete. Those are the four primitive operation for storage.
They are usually the basic operations needed whenever PHP communicates with a storage system.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
CRUD stands for Create, Read, Update and Delete. Those are the four primitive operation for storage.
They are usually the basic operations needed whenever PHP communicates with a storage system.