Sample Application Files

W[font=“Arial”][size=“2”]hen creating a web application with the [/size]yiic webapp[size=“2”][color="#222222"] command, the framework obviously generates a lot of files (including views, controllers, models, etc) for the sample application. Is there a list of these files that are specific to the sample application? I’d like to be able to delete any unnecessary files immediately after creating the app, an before I start applying my own controllers, views, models, etc.[/color][/size][/font]

Anything you see under controllers, models, views are ofcourse the sample application specific files. the core files are inside the framework (yii/framework) which are important to have, the rest is just all sample application specific data.

Deleting anything inside controllers/ models/ and views/ will not cause any problem to the framework itself. Hope that answers your question.