Is there a hook and anchor pattern implementation for LemonStand?
For example, in many other CMS platforms, developers can tweak the behavior of modules without having to modify the core by associating some PHP code to run when a hook is encountered in the execution flow. For instance, in ExpressionEngine there is a hook called "cp_member_login" called when a user fills out the form to login. By exposing a hook, a developer can intercept the login attempt to redirect it say, to a LDAP server, therefore changing the backend authentication mechanism.
Does LemonStand offer such a technique? If not, are there plans to do so? Regardless, when I develop a module I will expose hooks in standard way for other developers to use and publish the details.
Cheers,
Mike
This post has been edited by mweichert: 20 September 2010 - 07:46 AM

Help











