in reply to Re^3: Need help to build a framework
in thread Need help to build a framework

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^5: Need help to build a framework
by einhverfr (Friar) on Feb 27, 2014 at 03:02 UTC
    The same basic plugin approach works. You could even use dispatch tables if you needed to but I think that complicates things while defined interfaces and registered plugins works better.