|
hooking joomla function
Anyone here know joomla? I put this up on the joomla support site and haven't had an answer yet.
I need to hook a function in Joomla and insert my own function ahead of the Joomla function.
Basically, this site has mosdirectory and I need to hook mosdirectory and do some pre/post processing on data that will be presented to mosdirectory.
Since Joomla is completely database driven and makes extensive use of variable functions, following what it is doing is somewhat challenging.
I have found where the function components are identified in jos_components (a mysql table), and if I have to I'll just sit down and figure it all out the hard way. But I bid this job fixed price and it sure would be nice if someone who knew the answer could tell me how to do it.
Essentially, I want to intercept any call from Joomla to mosdirectory, process the transaction myself, then pass it on to mosdirectory. My processing may well consist of "No, I'm not interested in this one", but I want every call to mosdirectory to go through my code first.
|