📄 02-include.sgml
字号:
<!-- $Id: 02-include.sgml,v 1.1.1.1 2000/04/17 16:39:59 kk Exp $ --><sect1>Using <tt/include()/ instead of <tt/auto_prepend_file=/<p>If you do not want to use <tt/auto_prepend_file/ to load thePHPLIB core functionality, you can load the class definitionsfor the core manually on each page that requires them.You will have to define a valid<tt/include_path=/-statement in your <tt/php3.ini/ fileas outlined previously to reflect the location of the <tt/*.inc/files. Then, all core functionality can be loaded with<tt/include("prepend.php3")/ as the first statement at the topof each page.To further optimize performance, you can minimize the contentsof the prepend file, if you do not need all core functionality.You <em/may/ leave out <tt/auth.inc/, <tt/perm.inc/ and<tt/user.inc/, if you do not require these features (note thatthere are dependencies among these classes!).
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -