console&web application

[size="3"][color="#ff0000"]Hi,I am Mohammad[/color][/size]

[color="#ff0000"] [/color][size="3"]

What is the difference between console application and web application in Yii framework?

What is the benefits of creating console application in Yii framework?

How to create console application in Yii framework?

[color="#ff0000"]Thanks…[/color][/size]

U should check links:

Console app

Web app

as said in console app link:

"Console applications are mainly used to perform offline work needed by an online Web application, such as code generation, search index compiling, email sending, etc. Yii provides a framework for writing console applications in an object-oriented way. It allows a console application to access the resources (e.g. DB connections) that are used by an online Web application."

1 Like