YCM - Yii Content Management module
See examples for all the options.
protected/modules/ycmprotected/config/main.php. Enable module, set username, password and models you want to manage. 'modules'=>array(
...
'ycm'=>array(
'username'=>'YOUR USERNAME',
'password'=>'YOUR PASSWORD',
'registerModels'=>array(
//'application.models.Blog', // one model
'application.models.*', // all models in folder
),
'uploadCreate'=>true, // create upload folder automatically
'redactorUpload'=>true, // enable Redactor image upload
),
...
),
yii-ycm is free and unencumbered public domain software.
Total 7 comments
I added a Google Analytics statistics page to the development version of YCM. Grab it from GitHub and let me know how it works for you.
thank you very much for made this extension.
Is it possible to have X-editable integrated in 'ycm'? In action list?
http://www.yiiframework.com/extension/x-editable/
Best Yii extension, most useful, and without BUGS :D
thank you
nice , tnks
Thanks for this great extension.
Leave a comment
Please login to leave your comment.