[eluser]ocergyNohtna[/eluser]
jtaby, i diff'd the appropriate files and don't see any changes that would make the post hooks not get called. oh and let me correct my last statement from saying i was trying to echo something to debug, i was actually calling exit('some relative debug message'). am i correct in assuming that the hooks are fired through codexcontroller::execute_edit() and codexcontroller::execute_add() here:
which fires off the corresponding event in codexevents, which in turn calls codeforms::iterate() on the given function. maybe you can tell me a bit of how the iterate method works? when it calls this line:
what is actually being called? initially i thought that was calling the corresponding hook method, in this case, of the manytomany plugin, but then i realized that the hook methods in manytomany only accept one parameter and the line above passes two, a value and it's corresponding field. is this not true? what am i not understanding here?? also, i notice that the iterate method returns the array, but nowhere do i see the calling of iterate storing that array. instead, iterate is only called like: