Array to ASCII table USAGE For a simple ASCII table ```php $drawer = new SimpleDrawer($assocTable); ``` For colored ASCII table ( using ansicon ) $drawer = new ColoredDrawer($assocTable);