Recommend this page to a friend! |
Download |
Info | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
49% | Total: 675 | All time: 4,794 This week: 129 |
Version | License | PHP version | Categories | |||
pop 2.1.1 | GNU Lesser Genera... | 5.2 | PHP 5, Databases, Data types, Design ... |
Description | Author | ||||||||||||||||||||||
This package can be used to map data from database tables into objects. |
|
Files (19) | / | POP |
Files (19) | / | POP | / | core |
File | Role | Description |
---|---|---|
Persist.php | Class | Main class |
POPDB.php | Class | class used to handle database connections |
POPDBDriverRegistry.php | Class | Driver Registry, handle db drivers |
POPEnvironment.php | Class | Responsable to set the environment |
Files (19) | / | POP | / | datatypes |
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 |
Files (19) | / | POP | / | drivers |
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 |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | User Comments (1) | ||||||||||||||||||||||||||||||||||
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Pages that reference this package |
Para los programadores Java, la persistencia de objetos es algo bastante más habitual que en el desarrollo PHP... |