Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dyke
  • Content: Threads
  • Order by date
  1. dyke

    Variable class names - possible?

    Is it possible to use the following syntax in PHP4 (or anything that would allow me to change the class refered to depending on a variable holding a class name): if (...) { $var='classA'; } else { $var='classB'; } $var::method($param1,$param2); Thank you in advance for your help. I have been...

Part and Inventory Search

Back
Top