读书人

elgg插件构造

发布时间: 2012-10-25 10:58:57 作者: rapoo

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

读书人网 >编程

热点推荐