Login   Register  
PHP Classes
elePHPant
Icontem

Class: POP - Persistent Objects for PHP

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Pablo Santiago Sánchez  >  POP - Persistent Objects for PHP  >  Download .tar.gz .zip  >  Support forum Support forum (4)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: POP - Persistent Objects for PHP
Base name: pop
Description: Map data from database tables into objects
Related classes: , , , , , , ,
Version: 2.1.1
PHP version: 5.2
License: GNU Lesser General Public License (LGPL)
All time users: 512 users
All time rank: 4448
Week users: 2 users
Week rank: 1753
Picture of Pablo Santiago Sánchez
Author: Pablo Santiago Sánchez <e-mail contact>
Packages: 1 Browse this author's classes Browse this author's classes
Country: Brazil Brazil - PHP jobs in Brazil
Age: ???
All time rank: 2502189 in Brazil Brazil
Week rank: 128389 in Brazil Brazil


  Detailed description  
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.

 

  Groups  
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Databases Database management, accessing and searching View top rated classes
Group folder image Data types Modeling and manipulating data types View top rated classes
Group folder image Design Patterns Implementations of well known design patterns View top rated classes

  Rate classes User ratings   Trackback   Applications   Files Files  

  User ratings  
There are not enough user ratings to display for this class.

  Trackback links  
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.
Add link image If you know an application of this package, send a message to the author to add a link here.
  Files folder image Files  
File Role Description
Files folder imagePOP (1 file, 3 directories)

  Files  /  Files folder image POP  
File Role Description
Files folder imagecore (4 files)
Files folder imagedatatypes (9 files)
Files folder imagedrivers (5 files)
  Plain text file POP.php Aux. Includes everything required to work with POP

  Files  /  POP  /  Files folder image core  
File Role Description
  Plain text file Persist.php Class Main class
  Plain text file POPDB.php Class class used to handle database connections
  Plain text file POPDBDriverRegistry.php Class Driver Registry, handle db drivers
  Plain text file POPEnvironment.php Class Responsable to set the environment

  Files  /  POP  /  Files folder image datatypes  
File Role Description
  Plain text file PArrayOf.php Class datatype definition, handle an array of objects
  Plain text file PDate.php Class datatype definition, handles dates
  Plain text file PDatetime.php Class datatype definition, handles datetime
  Plain text file PFloat.php Class datatype definition, handles float
  Plain text file PInteger.php Class datatype definition, handles integer
  Plain text file PText.php Class datatype definition, handles text
  Plain text file PTime.php Class datatype definition, handles time
  Plain text file PTypeBase.php Class base for datatype definition
  Plain text file PVarchar.php Class datatype definition, handles varchar

  Files  /  POP  /  Files folder image drivers  
File Role Description
  Plain text file generic.php Class driver base definition
  Plain text file mssql.php Class driver definition for mssql
  Plain text file mysql.php Class driver definition for mysql
  Plain text file oci.php Class driver definition for oracle
  Plain text file pgsql.php Class driver definition for postgres

Download all files: pop.tar.gz pop.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.