Re: [PHP] Auto Include a Function

2003-01-10 Thread Justin French
Hi, I haven't seen anything like that implemented yet. I have my functions logically grouped/organised into files... I only include the file when needed. Some files (like my string functions and DB functions) are auto-prepend (a php.ini directive) auto-included into every script, which does save

[PHP] Auto Include a Function

2003-01-09 Thread Brian T. Allen
Hi, This may exist, but I haven't been able to find it, and I think it would be REALLY helpful and convenient. The idea is this: When you write a script and call a function: PHP would automatically look for a file named "previously_uncalled_function" in your /include/functions/ directory. Th