Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cheatsheet request: PHP PDO #826

Closed
nixoncode opened this issue Sep 22, 2018 · 1 comment
Closed

Cheatsheet request: PHP PDO #826

nixoncode opened this issue Sep 22, 2018 · 1 comment

Comments

@nixoncode
Copy link

PDO is a Database Access Abstraction Layer. for PHP
The real PDO benefits are:

  • security(usable prepared statements)
  • usability (many helper functions to automate routine operations)
  • reusability (unified API to access multitude of databases, from SQLite to Oracle)
@chadwithuhc
Copy link
Collaborator

This should definitely be included in the PHP sheet #75

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants