Secured Object for Database Abstraction 1.1 (Default branch) |
|
|
Secured Object for Database Abstraction is a database abstraction layer for PHP with the ability to store encrypted properties in a read-only or write-only way.
License: GNU General Public License v3
Changes:
This release adds the ability to change the type of database on the fly by setting the property _dbtype. It adds methods to lock and unlock the object used to export it in a more secure way, by verifying when importing it whether the file base.inc.php is the same as its creator. There is better error management.
|