06-20-2008, 08:46 PM
|
#4 (permalink)
|
|
is cute and cuddly
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
|
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
|
|
|
|