issues
search
codeactual
/
hashmark
MySQL time-series database and PHP library for data point insertion and analytic queries
MIT License
12
stars
3
forks
source link
Apply Zend_Db_Table pattern to Core, Scalar, etc.
#36
Open
codeactual
opened
15 years ago
codeactual
commented
15 years ago
Modules define get-by-ID, delete-by-ID, etc. methods repeatedly. Zend_Db_Table and other ZF classes can simplify this.
Should look at ZF support for hard-coding table metadata or caching it to disk rather than unnecessary DESCRIBEs everywhere.