Start the fun with the following code generators:
This generator generates a controller and views that implement CRUD (Create, Read, Update, Delete) operations for the specified data model.
This generator generates an ActiveRecord class for the specified database table.
This generator helps you to quickly generate a new controller class with one or several controller actions and their corresponding views.
This generator generates a view script file that displays a form to collect input for the specified model class.
This generator helps you to generate the skeleton code needed by a Yii module.
This generator helps you to generate the files needed by a Yii extension.