ochoo

Results 2 issues of ochoo

I've implemented additional fields to have types and lengths. ```php $mySQLHandler = new MySQLHandler($dbo, "log", array('username' => array('type' => 'varchar', 'length' => '100'), 'user_id' => array('type' => 'int')) ``` I...

feature-request

setNewState causes multiple setState which in turn causes multiple renders changed _applyAlertStyleSheet and _changeOffsetByPosition function accordingly, pass state object around and have setState called once at the end. when rendering...