wangshaofei 发表于 2013-1-28 09:30:17

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
页: [1]
查看完整版本: elgg插件结构