Login   Register  
PHP Classes
elePHPant
Icontem

Persistencia

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us

  Author  
Picture of juan duarte
Name: juan duarte <e-mail contact>
Packages: 1 Browse all classes by juan duarte Browse all classes by
Country: Colombia Colombia - PHP jobs in Colombia
Age: ???
All time rank: 331219 in Colombia Colombia
Week rank: 2187 Up13 in Colombia Colombia Up


  Detailed description   Download .zip .tar.gz  
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.

  Classes of juan duarte  >  Persistencia  >  Download .zip .tar.gz  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Persistencia
Base name: persistencia
Description: Store and retrieve persistent objects in database
Version: 0.1
PHP version: 5.0
License: GNU General Public License (GPL)
All time users: 240 users
All time rank: 6462
Week users: 0 users
Week rank: 2072 Equal
 
  Groups   Rate classes User ratings   Applications   Files Files  

  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


  User ratings  
Not yet rated by the users

  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
Plain text file class.Objetc.php Class Esta es la clase principal, para el manejo de la persistencia, de ella todo los beans deben heredarla para asi poder tener los metodos de persistencia.

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