elgg插件构造
elgg插件结构
The following files for plugin "example" would go in /mod/example/
.
actions/
example/
action.php
other_action.php
classes/
ExampleClass.php
graphics/
example.png
js/
example.js
languages/
en.php
lib/
example.php
pages/
example/
all.php
owner.php
vendors/
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.php
activate.php
deactivate.php
CHANGES.txt
COPYRIGHT.txt
INSTALL.txt
LICENSE.txt
manifest.xml
README.txt
start.php