<!-- -File $Id$ -License GNU FDL (http://www.gnu.org/copyleft/fdl.html) -Copyright 2002, turing -Author alex black, hide@address.com --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title> binarycloud contributor guide </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="Stylesheet" rev="Stylesheet" href="../css/FrameToc.css" type="text/css" media="All" charset="iso-8859-1" /> </head> <body> <ul> <li><a href="../chapters/AboutThisBook.html" target="Content">Acerca de este libro</a></li> <ul> <li><a href="../chapters/AboutThisBook.html#Authors" target="Content">Autores</a></li> <li><a href="../chapters/AboutThisBook.html#CVS" target="Content">CVS</a></li> <li><a href="../chapters/AboutThisBook.html#Copyright" target="Content">Derechos de autor</a></li> <li><a href="../chapters/AboutThisBook.html#License" target="Content">Licencia</a></li> </ul> </ul> <ul> <li><a href="../chapters/Introduction.html" target="Content">Introdución</a></li> <ul> <li><a href="../chapters/Introduction.html#Introduction.What" target="Content">Qué provee Propel</a></li> <li><a href="../chapters/Introduction.html#Introduction.Approach" target="Content">Aproximación</a></li> <li><a href="../chapters/Introduction.html#Introduction.Motivations" target="Content">Motivaciones</a></li> <li><a href="../chapters/Introduction.html#Introduction.ShowMe" target="Content">Muestrame!</a></li> </ul> </ul> <ul> <li><a href="../chapters/Installation.html" target="Content">Instalación</a></li> <ul> <li><a href="../chapters/Installation.html#Installation.Prerequisites" target="Content">Prerrequisitos</a></li> <li><a href="../chapters/Installation.html#Installation.PEAR" target="Content">instalación de PEAR</a></li> <li><a href="../chapters/Installation.html#Installation.Conventional" target="Content">Instalación convencional</a></li> </ul> </ul> <ul> <li><a href="../chapters/GettingStarted.html" target="Content">Iniciándose</a></li> <ul> <li><a href="../chapters/GettingStarted.html#GettingStarted.Structure" target="Content"> Estructura de propel/generador</a></li> <li><a href="../chapters/GettingStarted.html#GettingStarted.XMLSchema" target="Content">Describiendo tu base de datos en XML</a></li> <li><a href="../chapters/GettingStarted.html#GettingStarted.BuildProps" target="Content">Ajustando las propiedades de construcción</a></li> <li><a href="../chapters/GettingStarted.html#GettingStarted.RuntimeProps" target="Content">Ajustando las propiedades de ejecución</a></li> <li><a href="../chapters/GettingStarted.html#GettingStarted.Building" target="Content">Construyendo</a></li> <li><a href="../chapters/GettingStarted.html#GettingStarted.UsingSQL" target="Content">Usando archivos SQL</a></li> <li><a href="../chapters/GettingStarted.html#GettingStarted.UsingOM" target="Content">Usando el modelo de objetos</a></li> </ul> </ul> <ul> <li><a href="../chapters/ManipulatingObjects.html" target="Content">Objetos Persistentes</a></li> <ul> <li><a href="../chapters/ManipulatingObjects.html#ManipulatingObjects.Inserting" target="Content">Adicionando Objetos</a></li> <li><a href="../chapters/ManipulatingObjects.html#ManipulatingObjects.Updating" target="Content">Actualizando Objetos</a></li> <li><a href="../chapters/ManipulatingObjects.html#ManipulatingObjects.Deleting" target="Content">Borrando Objetos</a></li> </ul> </ul> <ul> <li><a href="../chapters/FindingObjects.html" target="Content">Encontrando objetos Persistentes</a></li> <ul> <li><a href="../chapters/FindingObjects.html#FindingRecords.byPK" target="Content">Tomando un registro especifico</a></li> <li><a href="../chapters/FindingObjects.html#FindingRecods.Criteria" target="Content">Seleccionar usando criterios</a></li> <li><a href="../chapters/FindingObjects.html#WritingSQL" target="Content">Seleccionar Usando SQL</a></li> <li><a href="../chapters/FindingObjects.html#PopulatingSingleObjects" target="Content">Trayendo ajustes de resultados extensos</a></li> </ul> </ul> <ul> <li><a href="../chapters/ColumnTypes.html" target="Content">Tipos de columna de Propel</a></li> <ul> <li><a href="../chapters/ColumnTypes.html#ColumnTypes.Boolean" target="Content">Columna Tipo bolleano </a></li> <li><a href="../chapters/ColumnTypes.html#ColumnTypes.Numeric" target="Content">Columna Tipo numérico</a></li> <li><a href="../chapters/ColumnTypes.html#ColumnTypes.String" target="Content">Columna Tipo String </a></li> <li><a href="../chapters/ColumnTypes.html#ColumnTypes.LOB" target="Content">Columna Tipo LOB</a></li> <li><a href="../chapters/ColumnTypes.html#ColumnTypes.DateTime" target="Content">Columna Tipo fecha y hora</a></li> </ul> </ul> <ul> <li><a href="../chapters/Relationships.html" target="Content">Relaciones</a></li> <ul> <li><a href="../chapters/Relationships.html#Relationships.Defining" target="Content">Definiendo entidades de relaciones</a></li> <li><a href="../chapters/Relationships.html#Relationships.FetchingRelated" target="Content">Trayendo objetos relacionados</a></li> <li><a href="../chapters/Relationships.html#Relationships.ManyToMany" target="Content">Relaciones muchos-a-muchos</a></li> <li><a href="../chapters/Relationships.html#Relationships.CascadingDelete" target="Content">Cascading Delete</a></li> </ul> </ul> <ul> <li><a href="../chapters/AdvancedObjectModel.html" target="Content">Modelo Advanzado de Objetos</a></li> <ul> <li><a href="../chapters/AdvancedObjectModel.html#AdvancedOM.OverridingBaseClasses" target="Content">Pasando por encima de Clases Base</a></li> <li><a href="../chapters/AdvancedObjectModel.html#AdvancedOM.Inheritance" target="Content">Herencia</a></li> </ul> </ul> <ul> <li><a href="../chapters/appendices/AppendixA-PropelOperations.html" target="Content">Apéndice A- Objetivos de contrucción de Propel</a></li> <ul></ul> </ul> <ul> <li><a href="../chapters/appendices/AppendixB-SchemaReference.html" target="Content">Apéndice B - Esquema de referencia</a></li> <ul> <li><a href="../chapters/appendices/AppendixB-SchemaReference.html#AppendixB.Database" target="Content">Base de datos</a></li> <li><a href="../chapters/appendices/AppendixB-SchemaReference.html#AppendixB.ExternalSchema" target="Content">Esquema externo</a></li> <li><a href="../chapters/appendices/AppendixB-SchemaReference.html#AppendixB.Table" target="Content">Tabla</a></li> <li><a href="../chapters/appendices/AppendixB-SchemaReference.html#AppendixB.Column" target="Content">Columna/a></li> <li><a href="../chapters/appendices/AppendixB-SchemaReference.html#AppendixB.ForeignKey" target="Content">Foreign-Key</a></li> <li><a href="../chapters/appendices/AppendixB-SchemaReference.html#AppendixB.Index" target="Content">Indice</a></li> <li><a href="../chapters/appendices/AppendixB-SchemaReference.html#AppendixB.Unique" target="Content">Único</a></li> </ul> </ul> <ul> <li><a href="../chapters/appendices/AppendixC-MapBuilders.html" target="Content">Apendice C - Usando clases MapBuilder</a></li> <ul></ul> </ul> </body> </html> <!-- $Id -->