PHP Classes

File: README.txt

Recommend this page to a friend!
  Classes of Jose Antonio Valle Minjares   PHP DAL Generator   README.txt   Download  
File: README.txt
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP DAL Generator
Generate classes to access MySQL table records
Author: By
Last change:
Date: 10 years ago
Size: 2,904 bytes
 

Contents

Class file image Download

SISTEMA CAB

CAB - Capa de Abstraccion de Base de datos

Copyright (c) 2014 Antonio Valle

==ENGLISH==

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

The open source code of CAB project is in: https://github.com/avallem/sistema_cab

The primary support for CAB is the Help forum on the project home page.

If you have any questions or comments, please email:

Antonio Valle avalle@interactivedesign.com.mx http://interactivedesign.com.mx/cab

Interactive Design http://www.interactivedesign.com.mx

<------------------------------------------------------------------------------->

==ESPAÑOL==

Esta biblioteca es software libre; puedes redistribuirlo y / o modificarlo bajo los términos de la GNU Lesser General Public Licencia publicada por la Fundación para el Software Libre; ya sea la versión 2.1 de la Licencia, o (a su elección) cualquier versión posterior.

Esta biblioteca se distribuye con la esperanza de que sea útil, pero SIN NINGUNA GARANTÍA; ni siquiera la garantía implícita de COMERCIALIZACIÓN o IDONEIDAD PARA UN PROPÓSITO PARTICULAR. Consulte la GNU Lesser General Public License para más detalles.

El código fuente abierto del proyecto CAB se encuentra en: https://github.com/avallem/sistema_cab

El apoyo principal para CAB es el Foro de ayuda en la página web del proyecto.

Si usted tiene alguna pregunta o comentario, por favor escriba a:

Antonio Valle avalle@interactivedesign.com.mx http://interactivedesign.com.mx/cab

Interactive Design http://www.interactivedesign.com.mx

<------------------------------------------------------------------------------->

==DETAILS==

This software provide help to build a basic Database Abstraction Layer. You only will setup the parameters to connect with the schemas of Database model.

Setup this parameters on index file: Database Server User Database Pass User Name of Database Schemas/Tables that you need to generate Objects and DAL Optional (No necessary) Database Type

==DETALLES==

Este software proporciona ayuda para construir una capa de abstracción de base de base de datos. Sólo se configurará los parámetros para conectar con los esquemas de modelo de base de datos.

Configuración de estos parámetros en el archivo de index: Servidor de Base de Datos Usuario de Base de Datos Clave de Usuario Nombre de la Base de Datos Opcional (No es necesario) Tipo de base de datos Esquemas / Tablas que usted necesita para generar objetos y CAB