PHP Classes

File: plugin_info.txt

Recommend this page to a friend!
  Classes of Trev Tune   PHP Image Editor   plugin_info.txt   Download  
File: plugin_info.txt
Role: Documentation
Content type: text/plain
Description: All about plugins
Class: PHP Image Editor
Create and edit images using plugins
Author: By
Last change:
Date: 9 years ago
Size: 340 bytes
 

Contents

Class file image Download
The simple image editor has a native support for plugins.To create a plugin, create a new file in the plugins folder and name it SE_pluginname.php. Now whenever you want to use the plugin you just call: $se=new SImEdi("image.png"); $se->plugin("pluginname"); That is all.Now to call a method:$se->pluginnma->method();