Can someone tell me the proper syntax for accessing a method in 
one class from another class?

I used this, where $obj and $page are instantiated objects:

(From the $page class)

obj::getData($id);

It worked in an application on one server, failed in another 
application on another server.

Thanks,

Sandy Keathley

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to