示例#1
0
文件: text.php 项目: Tommar/vino2
 /**
  * Constructor
  *
  * @param   JDatabaseDriver  $db     The database object
  * @param   object           $field  The field informations as taken from the db
  */
 public function __construct($db, $field, $table_alias = false)
 {
     parent::__construct($db, $field, $table_alias);
     $this->null_value = '';
 }