MCrosbie Posted November 29, 2006 Share Posted November 29, 2006 Hi there,I'm new to OOP and I have a question.[code] $front_function = new $$class_name; $front_function->$$prefix_name_front();[/code]How could I make something like what I've got above work?Chur,Michael Link to comment https://forums.phpfreaks.com/topic/28920-oop-class-name-variable/ Share on other sites More sharing options...
trq Posted November 30, 2006 Share Posted November 30, 2006 Please read the link in my signiture. Link to comment https://forums.phpfreaks.com/topic/28920-oop-class-name-variable/#findComment-132508 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.