Exemplo n.º 1
0
 /**
  * Constructor.
  *
  * @param mixed Value ('')
  * @param string Column name ('')
  */
 function __construct($value = '', $column = '', $extra = array())
 {
     parent::__construct($value, $column, $extra);
     $this->methods = array(array(strtolower($column) . '_url', 'Pluf_DB_Field_File_Url'), array(strtolower($column) . '_path', 'Pluf_DB_Field_File_Path'));
 }