Forum: Advanced PHP Programming
02-22-2009, 06:38 AM
|
|
Replies: 3
Views: 928
Quick and dirty
First, the actual registration of the plugin is missing.
It just includes the plugin class file.
Try this as your registerplug method.
function registerplug($plugin){
// if the plugin isn't...
|