exampleplugin.php

Example Plugin 2.0

This file has the basic structure and information that can used to create a plugin. This plugin is for demonstration purpose only and does not perform any specific task.

Note:

This php file is not required at all, and a plugin will work just fine without it. But if you are doing a complex plugin or require of more power, provide extra functions or data manipulation , without mixing your code you will find this very useful.

Classes

ExamplePlugin The Plugin class that represents a basic unit of CJAX's plugin system.