This package can be used to map data from database tables into objects.
It can store and retrieve information from database table records that are mapped to objects.
The different types of database table columns are abstracted with individual data type classes, which help preventing SQL injection security attacks.
It uses PDO based driver classes to abstract the access to the many types of databases including: MySQL, PostgreSQL, Oracle and Microsoft SQL server.
|
|
| Name: |
POP - Persistent Objects for PHP |
| Base name: |
pop |
| Description: |
Map data from database tables into objects |
| Version: |
2.1.1 |
| PHP version: |
5.2 |
| License: |
GNU Lesser General Public License (LGPL) |
| All time users: |
583 users |
| All time rank: |
4508 |
| Week users: |
1 user |
| Week rank: |
2020  |
| |
|
| There are not enough user ratings to display for this class. |
| Link |
Description |
| Persistir Objetos en PHP |
Para los programadores Java, la persistencia de objetos es algo bastante más habitual que en el desarrollo PHP... |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
POP (1 file, 3 directories) |
| File |
Role |
Description |
PArrayOf.php |
Class |
datatype definition, handle an array of objects |
PDate.php |
Class |
datatype definition, handles dates |
PDatetime.php |
Class |
datatype definition, handles datetime |
PFloat.php |
Class |
datatype definition, handles float |
PInteger.php |
Class |
datatype definition, handles integer |
PText.php |
Class |
datatype definition, handles text |
PTime.php |
Class |
datatype definition, handles time |
PTypeBase.php |
Class |
base for datatype definition |
PVarchar.php |
Class |
datatype definition, handles varchar |
| File |
Role |
Description |
generic.php |
Class |
driver base definition |
mssql.php |
Class |
driver definition for mssql |
mysql.php |
Class |
driver definition for mysql |
oci.php |
Class |
driver definition for oracle |
pgsql.php |
Class |
driver definition for postgres |