Yii File And Folder Structure

hello friends,

i am using yii from last few months i want to know do i have any particular easy file and folder structure in which i can built my yii project because i want to built my site with admin and front-end but with current scenario i can’t make any different for front-end and back-end instead for making any admin module i want to build it with separate from front end. and also i came to know about that i can also use any other libraries in yii current setup with any project is this possible if yes then how can i do this.

regards

anil

YiiBoilerplate has a backend/frontend structure.

If you want to use third-party libraries, create the protected/vendors folder and upload them there, then include them.