01-03-2008, 12:01 PM
|
#22 (permalink)
|
|
The Acquainted
Join Date: Nov 2007
Location: Netherlands
Posts: 113
Thanks: 11
|
A plugin system for me is a system that can modify behavior of a script without messing with the core source code, it just "plugs in"
An example, let's say I have a Routing class that matches url's with classes and functions. Then I would like to be able to make a plugin that does something before the routing class and after, to modify the results of that class.
I hope you get what I mean 
|
|
|
|