Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE » How To » _cm_post_getData
Re: _cm_post_getData [message #1100 is a reply to message #1099] Fri, 14 September 2007 16:56 Go to previous messageGo to previous message
AJM is currently offline  AJM
Messages: 2350
Registered: April 2006
Location: Surrey, UK
Senior Member
If you are running PHP5 can you do 'print_r($array)' just after the call to debug_backtrace. There should be an entry which reads
[object] => dict_table_s02 Object

This should then be detected with the lines
if (is_a($array[$i]['object'], $classname)) {
    $method = $array[$i]['function'];
    break;
} // if


 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Restricting access to user's own record
Next Topic: Search and NOEDIT
Goto Forum:
  


Current Time: Fri May 17 09:37:17 EDT 2024

Total time taken to generate the page: 0.01021 seconds