This extension is ...
Automatic admin interface. It reads your model to provide a interface that you can immediately use to start adding content to the site.
For download use git. git@github.com:firstrow/yiiadmin.git
or press here to download latest source zip file.
Total 2 comments
Just a few questions:
see http://stackoverflow.com/questions/3324357/yiiadmin-many-to-many-in-yii-framework-admin-interface
thank you for a nice extension
Just to be sure that you are only loading php files in models folder change the 69line in YiiadminModule.php
$files=CFileHelper::findFiles(Yii::getPathOfAlias($model), array('fileTypes'=>array('php')));
Otherwise if you use SVN for example, it will try to load .svn files.
Leave a comment
Please login to leave your comment.