Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
titleNaming Convention

All Client controllers must start with client_ in their file name. The same is true for admins as well. All Admin controllers must start with admin_ in their file name. This tells Blesta which portal to render. Generic controllers (those not associated with a particular portal don't need any prefix.

Info
titleRegistering an action is not necessary

All plugins are accessible via their URI (http://mydomain/installpath/plugin/my_plugin/controller/action/) directly. So you don't have to register an action to make your plugin accessible.

 

Available Actions

Below is a list of all actions available.

...