Download the PHP package carloscarucce/pdo-crud-functions without Composer
On this page you can find all versions of the php package carloscarucce/pdo-crud-functions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download carloscarucce/pdo-crud-functions
More information about carloscarucce/pdo-crud-functions
Files in carloscarucce/pdo-crud-functions
Download carloscarucce/pdo-crud-functions
More information about carloscarucce/pdo-crud-functions
Files in carloscarucce/pdo-crud-functions
Vendor carloscarucce
Package pdo-crud-functions
Short Description Provides functions for common tasks using PDO
License MIT
Package pdo-crud-functions
Short Description Provides functions for common tasks using PDO
License MIT
Please rate this library. Is it a good library?
Informations about the package pdo-crud-functions
pdo-crud-functions
Provides functions for common tasks using PDO
Requirements
- PHP 7.1+
- PDO Extension installed and active
Installation
With composer:
`
Manual:
- Download code from the repository
- Move files into your project folder
- Include the desired function in your script whenever you want to use it (include 'path/to/project/pdo_insert_row.php', for example)
Examples
First you have to connect to your database using PDO.
``
I will leave some links for further details:
- (Official docs) https://www.php.net/manual/en/class.pdo.php
- (Practical usage tutorials) https://www.w3schools.com/php/php_mysql_connect.asp
- (Video tutorial) https://youtu.be/yWJFbPT3TC0
Inserting data
Updating data
Deleting a row
Selecting data
Conventional way:
Using a callback:
Both methods would result in the same output: `
All versions of pdo-crud-functions with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
ext-pdo Version *
ext-pdo Version *
The package carloscarucce/pdo-crud-functions contains the following files
Loading the files please wait ....