PDO (PHP Data Objects) is PHP's modern, database-agnostic interface for accessing databases. Its most important feature is prepared statements, which prevent SQL injection — the critical security practice for any database code.
Ceangal le PDO
= (
,
, ,
[
PDO:: => PDO::, // exceptions on errors
PDO:: => PDO::, // fetch rows associative arrays
]
);
