PHP Classes

Classes of juan duarte

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of juan duarte (1)  >  Mission progress status  >  Reputation  
Picture of juan duarte
Name: juan duarte <contact>
Classes: 1
Country: Colombia Colombia
Age: ???
All time rank: 397925 in Colombia Colombia
Week rank: 197 Up1 in Colombia Colombia Up
All time users: 253
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Persistencia  
Store and retrieve persistent objects in database
This class can be used to store and retrieve persistent objects in database table rows.

It is a base class that provides functions for mapping objects of a sub-class to rows of a database table.

Each sub-class is mapped to a database table with the same name. The class uses PHP 5 reflection support to retrieve public class variables and map them to database table fields with the same name.

The code and comments are in Spanish.

In Spanish:

Esta clase provee los metodos esenciales para hacer persistente a un objeto de una clase que haya heredado la Clase base Object.

Para la conexion a la base de datos requiere la creación de un objeto Conexión el cual pertenecera a una clase que implemente los metodos de la interfaz q viene con el paquete de persistencia.
Not enough user ratings


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z