-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
I'm working on the code behind this, but I'm not near the level programmer you are... :-P
Pull request to come when I have something worked up, but I would love to have the ability to do something like this:
<?php
$send = array();
$send[] = array("Test blue", "blue", NULL);
$send[] = array("Test red", "red", NULL);
$this->cli->write_multi($send);
?>
And have those print on the same line in the same color. This is simply tying in to my fancy for ascii art (as seen here: http://codeigniter.com/forums/viewthread/195000/), so may not be useful to anyone other than me...
Thanks for taking the time to read my crappy issue... :-)
Metadata
Metadata
Assignees
Labels
No labels