show/hide this revision's text 3 added 187 characters in body

prefer require and include over thier _once counterparts

EDIT: added at request of commenter: because require_once requires checks to see if the file has been included before. Benchmark it yourself and you'll see its noticeably slower.

show/hide this revision's text 2 added 3 characters in body

use

prefer require and include over thier _once counterparts

show/hide this revision's text 1

use require and include over thier _once counterparts