Including Files
20/33
Using the Gtk Installer
PEAR Errors
•
Including Files
•
Use include_path
•
require_once / include_once
•
always include what you use
•
(do not include what you do not use)
•
Why dirname(__FILE__) is bad
•
next