首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

elgg插件构造

2012-10-25 
elgg插件结构The following files for plugin example would go in /mod/example/.actions/example/acti

elgg插件结构

The following files for plugin "example" would go in /mod/example/.

actions/    example/        action.php        other_action.phpclasses/    ExampleClass.phpgraphics/    example.pngjs/    example.jslanguages/    en.phplib/    example.phppages/    example/        all.php        owner.phpvendors/    example_3rd_party_lib/views/    default/        example/            css.php        forms/            example/                action.php                other_action.php        js/            example.php        object/            example.php            example/                context1.php                context2.php        plugins/            example/                settings.php                usersettings.php        widgets/            example_widget/                content.php                edit.phpactivate.phpdeactivate.phpCHANGES.txtCOPYRIGHT.txtINSTALL.txtLICENSE.txtmanifest.xmlREADME.txtstart.php

热点排行