缩略语
include_once dirname(__FILE__) . "/lib.php";
This way I don t get code assist for the functions in this library in Eclipse. But if I use :
include_once "lib.php";
守则协助does的工作。
但是,我想使用<代码>dirname(__FILE__),以确保I m 查询适当的校准目录。 (这一文字可列入dirname (__FILE__)
。
在使用<代码>代号(__FILE__)时,采用密码协助工作。