S
S
Serg-shumakov2014-09-21 12:50:03
Yii
Serg-shumakov, 2014-09-21 12:50:03

How to do screen refresh in Yii console application?

I am writing a small console application in Yii to process large amounts of data. To control the process, I need to know the contents of about 10 variables. Is it possible to somehow "clean" the console screen (like the cls function) so that you always see only the list of the necessary data, without endlessly adding new lines and scrolling. Or replace some data on the screen according to a template (as win32 console applications do)?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Zelenin, 2014-09-21
@Serg-shumakov

https://github.com/yiisoft/yii2/blob/master/framew... what you need is to see the available functionality

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question