Answer the question
In order to leave comments, you need to log in
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
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.
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.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question