neoform Posted October 16, 2007 Share Posted October 16, 2007 Is there a way to load a class based on a string (other than with eval)? e.g. $someClassName = 'className'; $obj = new $className(); Link to comment https://forums.phpfreaks.com/topic/73417-solved-is-dynamic-class-loading-possible/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.