codeactual / hashmark

MySQL time-series database and PHP library for data point insertion and analytic queries
MIT License
12 stars 3 forks source link

DbDependent::initModule() $dbName arg is no longer necessary #28

Closed codeactual closed 15 years ago

codeactual commented 15 years ago

setDbName() can be called after object is created. Any unnecessary args in initModule() causes a maintenance hassle for overrides like in Hashmark_Analyst_BasicDecimal (which receives a $partition object).

codeactual commented 15 years ago

Removed $dbName initModule() arg. Closed by aed032d172628cb7c371ce1b659099d0996ac238.