G
G
gracer2014-01-06 16:57:24
Yii
gracer, 2014-01-06 16:57:24

How to get pure Yii?

Yii is the first php framework that I am learning. The time has come when you already want to start implementing your project, and not just drive Yii functions in a test application. But the question arose, how to start your project on Yii? When installing yiic, it generates demo data that I will not need, and I did not find a way to generate a clean project using yiic.
So, gentlemen, experienced comrades, please tell me how to get pure Yii to start developing your project?
Thank you.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey, 2014-01-06
@gracer

what prevents you from removing unnecessary controllers/templates/styles/models...?
Of course, you can simply do everything from scratch, but this is a lot of extra work.

A
Alexander Zelenin, 2014-01-06
@zelenin

Well, in fact, just the bare minimum is generated. as a rule, you will have a table in the database, a controller, a model and views to it. Plus the default SiteConroller and views with layouts.
Start making a project - you will see for yourself what is needed and what is not.

M
mihailkog, 2014-01-23
@mihailkog

Read Yii for beginners , maybe some questions will disappear.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question