全部博文(13)
2011年(13)
分类: 系统运维
2011-06-08 17:58:50
Information can be stored in and retrieved from database table records mapped
to objects with Persistent Objects for PHP.
The different types of
database table columns are abstracted with individual data type classes, which
help preventing SQL injection security attacks.
Persistent Objects for
PHP uses PDO based driver classes to abstract the access to the many types of
databases including: MySQL, PostgreSQL, Oracle and Microsoft SQL
server.
Requirements:
PHP 5.2 or higher