Ejemplo n.º 1
0
 public function __construct($b2db_name, $id_column)
 {
     $this->b2db_name = $b2db_name;
     $this->b2db_alias = $b2db_name . B2DB::addAlias();
     $this->id_column = $id_column;
     $this->_addInteger($id_column, 10, 0, true, true, true);
 }