Skip to main content
Code Review

Return to Answer

Commonmark migration
Source Link

#Tl;Tr Don't wrap/extend PDO

Tl;Tr Don't wrap/extend PDO

#Other issues:

Other issues:

#Tl;Tr Don't wrap/extend PDO

#Other issues:

Tl;Tr Don't wrap/extend PDO

Other issues:

replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link

Well, if by "PDO escape" you mean PDO's prepared statements (both emulated and non-emulated), there are some caveats to take into consideration. Yes, prepared statements are the easiest way to prevent most types of injection attacks, but they're not magic.
Injection vulnerabilities using prepared statements have been well documented before. see this post see this post for example, it explains how these attacks work, and how to prevent them.

Well, if by "PDO escape" you mean PDO's prepared statements (both emulated and non-emulated), there are some caveats to take into consideration. Yes, prepared statements are the easiest way to prevent most types of injection attacks, but they're not magic.
Injection vulnerabilities using prepared statements have been well documented before. see this post for example, it explains how these attacks work, and how to prevent them.

Well, if by "PDO escape" you mean PDO's prepared statements (both emulated and non-emulated), there are some caveats to take into consideration. Yes, prepared statements are the easiest way to prevent most types of injection attacks, but they're not magic.
Injection vulnerabilities using prepared statements have been well documented before. see this post for example, it explains how these attacks work, and how to prevent them.

replaced http://codereview.stackexchange.com/ with https://codereview.stackexchange.com/
Source Link

I've been very vocal about this on numerous occasions. Read one of my older reviews here here where I explain why a PDO wrapper/child class is not-done.

I've been very vocal about this on numerous occasions. Read one of my older reviews here where I explain why a PDO wrapper/child class is not-done.

I've been very vocal about this on numerous occasions. Read one of my older reviews here where I explain why a PDO wrapper/child class is not-done.

Source Link
Loading
lang-php

AltStyle によって変換されたページ (->オリジナル) /