Index: trunk/core/kernel/application.php =================================================================== diff -u -r2351 -r2363 --- trunk/core/kernel/application.php (.../application.php) (revision 2351) +++ trunk/core/kernel/application.php (.../application.php) (revision 2363) @@ -300,11 +300,23 @@ $debugger->dumpVars($http_query->_Params); } + $this->ProcessSpecialURL(); $event_manager->ProcessRequest(); $this->RequestProcessed = true; } /** + * Raise specific events based on non-standard (no described in config files) + * params given in url if no other params are given + * @todo by now is called before $event_manager->ProcessRequrest() method anyway + * @author Alex + */ + function ProcessSpecialURL() + { + + } + + /** * Actually runs the parser against current template and stores parsing result * * This method gets t variable passed to the script, loads the template given in t variable and