| Posted by Chung Leong on 06/19/96 11:47 
Alan Little wrote:> I'm not sure how this applies to plugins (then again, I'm not familiar
 > with your usual rant about using includes as functions :)
 
 As I understood it, your plugins are basically naked code sitting in
 files that get included.  That's why direct access through a web
 address is a problem. If the code is wrapped in a function or in a
 class, then you wouldn't have that problem, as nothing would happen
 when PHP processes the file.
 [Back to original message] |