PHP Classes

Persistencia: Store and retrieve persistent objects in database

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 253 All time: 7,888 This week: 206Up
Version License PHP version Categories
persistencia 0.1GNU General Publi...5.0PHP 5, Databases
Description 

Author

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.

Picture of juan duarte
Name: juan duarte <contact>
Classes: 1 package by
Country: Colombia Colombia

 

  Files folder image Files (1)  
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.

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 Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:253
This week:0
All time:7,888
This week:206Up