Posted by Dan Joseph on 03/15/05 17:44
> What do I have to do to call a function from $classname? > > Like: $classname->test( ); Two methods: First: $classname = new ClassName(); $classname->test(); Second: ClassName::test(); -- -Dan Joseph "Build a man a fire, and he will be warm for the rest of the day. Light a man on fire, and will be warm for the rest of his life."
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming