IS it possible to generate all pages which i needed for my entire project by using gii?

Hi,

I have created one CRUD operation by using gii namely "Facilities". And i need to create one page for booking facilities. I need to make separate login for user who is booking facilities and admin who has to manage all booking made by users. Is it possible to create seperate pages by using gii for booking facilities, viewing booked facilities by the user himself and booked facilities by all the users?

anyone please reply for this. or need clarity? kindly intimate me.

you cannot do this using the web interface. However, you could always change that interface if you want with the underlying code of course

Alternatively, you can use gii from the command line…type yii help gii on the command line to get started. You can then setup a single batch file to quickly generate all the models and crud.