Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D9533
Change Details
Change Details
Old
New
Diff
This still needs a bit of work, but it is used as follows: ```lang=php $table = new PhutilConsoleTable(); $table->setHeader(array('Foo', 'Bar')); $table->addData(array('Foo' => 'bar', 'Bar' => 'foo')); $table->draw(); ```
This still needs a bit of work, but it is used as follows: ```lang=php $table = new PhutilConsoleTable(); $table->setHeader(array('Foo', 'Bar')); $table->addData(array('Foo' => 'bar', 'Bar' => 'foo')); $table->draw(); ```
Continue