View Single Post
Old 06-20-2008, 08:46 PM   #4 (permalink)
delayedinsanity
is cute and cuddly
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
delayedinsanity is on a distinguished road
Default

It would appear php.net isn't responding to me all day today... thankfully dreamweaver has a pocket reference built in, though it's hardly concise. So apparently if I wanted to use call_user_method() instead it would be like so;

PHP Code:
call_user_method('displayMenu'$var); 
However, as I'm sure Salathe will already know, that works but produces the following;


Strict Standards: Function call_user_method() is deprecated in C:\Users\marcus\Documents\My Web Sites\htdocs-tuatara\test\index.php on line 13

-m
delayedinsanity is offline  
Reply With Quote