Zur Navigation | Zum Inhalt
Version 6.4 Released
See the changelog for details of this new release.
FVCML0208 10
Overview PDF Print E-mail

Plugins allow your own programmers to add and modify RocketDMS functionality. Plugins are PHP scripts that you can create.

Plugins make a PHP5 interpreter along with the complete PHP-GTK2 gui programming environment available to you.

The scope for extending and customising RocketDMS is vast.

PHP is the programming language used for RocketDMS. All plugins are to be written in PHP. To write plugins in other languages create a small PHP wrapper to run your plugin in a shell.

PHP-GTK is a binding of PHP to the GTK libraries. All PHP-GTK functions are avalable to your plugins. This allows you to build GUI plugins and forms.