> The function list used to auto populate when I loaded up my PHP
> files, but no longer does in 8.5. I have tried a number of
> different things, but I can't seem to figure it out. HELP!!
David,
I have seen one case of this in my own code and recently someone
else reported that they were seeing this with empty functions.
In my case, it was an empty class definition. The following line
will stop the class/function list:
class x_Template_Select extends dol_Template_Cache {}
But the following line will not (notice the space between the
brackets:
class x_Template_Select extends dol_Template_Cache { }
I hope that helps.
--
Jeremy Weathers
The whole history of the world is summed up in the fact that,
when nations are strong, they are not always just, and when
they wish to be just, they are no longer strong.
- Winston Churchill
--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to: <[EMAIL PROTECTED]>