~desarrollokumbia/kumbia/ActiveRecord

« back to all changes in this revision

Viewing changes to db_pool/column.php

  • Committer: Deivinson Tejeda
  • Date: 2009-12-29 20:34:24 UTC
  • Revision ID: deivinsontejeda@gmail.com-20091229203424-icola7t1lzgtwd9x
agregando atributo format

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
     * Campo con secuencias (serial o auto-increment)
38
38
     */
39
39
    public $autoIncrement = FALSE;
40
 
    
 
40
    /**
 
41
     * Relaciones
 
42
     */
41
43
    public $relation = NULL;
 
44
    /**
 
45
     * Formato para fechas
 
46
     */
 
47
    public $format = NULL;
42
48
        /**
43
49
     * @return $_alias
44
50
     */