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.
Resources ¶
Documentation ¶
Requirements ¶
- Yii 1.0 or above
Installation ¶
- For install and usage instructions read http://www.yiiframework.com/forum/index.php?/topic/9767-yiiadmin-beta-preview/
Change Log ¶
June 10, 2010 ¶
- Initial release.
Problems with other files in models folder
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.
I really like where this is going
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
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.