文件名称:yii2-news-module
文件大小:81KB
文件格式:ZIP
更新时间:2024-06-30 18:00:36
PHP
Yii2 新闻模块 开发配置 把它放到你的 app/config/bootstrap.php ``` \Yii::$container->set( 'schmunk42\giiant\crud\providers\CallbackProvider', [ 'columnFormats' => [ /** * hide system fields in grid */ '^id$|created_at$|updated_at$' => function () { return false; }, ], 'activeFields' => [ /**
【文件预览】:
yii2-news-module-master
----views()
--------default()
--------video-gallery()
--------video()
--------news()
--------image-gallery()
--------image()
--------text-block()
----models()
--------search()
--------News.php(174B)
--------VideoGallery.php(199B)
--------Image.php(177B)
--------base()
--------ActiveRecord.php(1KB)
--------TextBlock.php(190B)
--------ImageGallery.php(199B)
--------Video.php(177B)
----controllers()
--------ImageGalleryController.php(5KB)
--------NewsController.php(5KB)
--------DefaultController.php(723B)
--------ImageController.php(5KB)
--------VideoController.php(5KB)
--------VideoGalleryController.php(5KB)
--------TextBlockController.php(5KB)
----migrations()
--------m150124_094602_initial_data.sql(4KB)
--------.gitkeep(2B)
--------m150124_094602_initial_data.php(125B)
----crud.sh(764B)
----Module.php(264B)
----providers()
--------EditorProvider.php(2KB)
--------DateTimeProvider.php(1KB)
----assets()
--------less()
--------NewsAsset.php(729B)
--------web()
----README.md(980B)
----widgets()
--------ImageGalleryWidget.php(5KB)
--------VideoGalleryWidget.php(5KB)
--------TextBlockWidget.php(2KB)
--------DashboardWidget.php(3KB)
----composer.json(699B)