View Single Post
Old 01-03-2008, 12:01 PM   #22 (permalink)
sjaq
The Acquainted
 
sjaq's Avatar
 
Join Date: Nov 2007
Location: Netherlands
Posts: 113
Thanks: 11
sjaq is on a distinguished road
Default

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
sjaq is offline  
Reply With Quote