Example #1
0
 public function __construct(array $options = array())
 {
     $this->_options['precision'] = 10;
     parent::__construct($options);
     $this->setOption('db_index', true);
     // always index this col (?)
 }