Automatica Model Loader as Menu

Hi, I want to know if exist som kind of automatica model loader.

The steps you need in the development process ara basically.

1)create DB schema or struture

  1. enter gii and create Model and crud for allmost tables

  2. enter in main.php and manually add menu items for every new model/controller

I’m thinking in a dinamic menu, that loads all models on the fly, so as developer you can check that the crud is working.

Also CRUD generator could ask to add automatically in main.php source file.

Just an idea.