From: Adam M. <ad...@tu...> - 2002-05-21 20:08:41
|
Hello everyone! I need some helpful advice if anyone has some for me :) I'm trying to get include statements to work inside a class definition but I keep getting errors everytime I try it. Here is a basic idea of what I'm doing: class foo { var $temp; include("class_functions.php"); } As I stated before, this syntax results in an error. If anyone has an idea of how I could get this to work please let me know. Thanks! Adam --------------------------------- Adam Morton Developer - Web Technology Group Appalachian State University http://phpwebsite.appstate.edu ad...@tu... |