How to Delete CRUD?

Hi, i have use gii to generate CRUD for one of my db table but now the table is no longer in use so i would like to completely remove all CRUD related to that table. How do i do that?

:D

1st go to the controller folder and delete the controller file that you have made to it.

then go to models folder and delete the model file that sreated from the table name you hv created.

after go to the views folder and delete the folder that made for the table of which you deleted.

Those are the all files and folders defaultly created by gii tool.

Alright, thanks. IMO they should create a function for this in the CRUD generator :D