[wsf-c-dev] [PHP] WSDL generation PHP scripts - few thoughts

Samisa Abeysinghe samisa at wso2.com
Mon Feb 5 21:37:53 PST 2007


Afkham Azeez wrote:
> 3. The scripts use "include"; I suggest that we use include_once instead.
>>     
>
> Isn't it always better to use "require" or "require_once" instead of
> "include"?
>   
include vs. require selection is based on the required error level. I 
think in this scenario we we cannot continue if the files are missing,
so +1 for require_once.

Samisa...




More information about the Wsf-c-dev mailing list