Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question