~desarrollokumbia/kumbia/ActiveRecord

« back to all changes in this revision

Viewing changes to db_pool/attributes.php

  • Committer: Deivinson Tejeda
  • Date: 2010-01-09 22:43:33 UTC
  • Revision ID: deivinsontejeda@gmail.com-20100109224333-inp2g9umc203z0jt
renombrando la clase Column por Attributes y quitando el atributo relacion luego vemos como se manejara eso...

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
class Column 
 
2
class Attributes 
3
3
{
4
4
    /**
5
5
     * Alias del campo
38
38
     */
39
39
    public $autoIncrement = FALSE;
40
40
    /**
41
 
     * Relaciones
42
 
     */
43
 
    public $relation = NULL;
44
 
    /**
45
41
     * Formato para fechas
46
42
     */
47
43
    public $format = NULL;