mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
83d7fe1b46
as prepared statements and bound parameters. PDO drivers are dynamically loadable and may be developed independently from the core, but still accessed using the same API. PR: ports/86033 Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru>
8 lines
358 B
Plaintext
8 lines
358 B
Plaintext
PDO provides a uniform data access interface, sporting advanced features such
|
|
as prepared statements and bound parameters. PDO drivers are dynamically
|
|
loadable and may be developed independently from the core, but still accessed
|
|
using the same API.
|
|
Read the documentation at http://www.php.net/pdo for more information.
|
|
|
|
WWW: http://pecl.php.net/package/PDO
|