[help]hit page yii with cmd

hello … i want to ask how to run a command line yii

I want to run a page protected/views/site/http.php

I use this command

but there is an error

how to run the page from yii with CLI ?

Why you would run view file from CLI? View file itself doesn’t contain enough logic to be run separate from controller,

and also MVC approach is used for web applications.

so in other words yii can not run with the CLI?

I just want to find out how to … hehehe … :lol: :lol: