Models Catalog

Hi:

This is my first post. I’m new to Yii and new to PHP too but I have more than 10 years of experience in OOP.

I have completed the getting started tutorial, installed giix extensions and have read de Yii manual.

Someone knows an extension or configuration to generate a new section in my Yii portal enumerating all models created with gii with links to the admin page for each one? I’m thinking in something similar to Django admin page.

Thanks in advance.

Best Regards

Sebastian

No, there are no alternatives to the django.contrib.admin in the Yii core itself, but take a look at https://github.com/firstrow/yiiadmin (it seems that there are more similar projects).