Manual talk:AutoLoader.php

About this board

Require vs require_once

1
Alex Mashin (talkcontribs)

Is there a reason for loading files with autoloaded classes with require rather than require_once in line 109 of AutoLoader.php?
Alex Mashin (talk) 02:26, 23 July 2020 (UTC)

Reply to "Require vs require_once"

Code after autoloaded class

1
Alex Mashin (talkcontribs)

it seems to me that PHP code inserted in an autoloaded included file after the class definition is never executed, although the file is required. Is it so, and is it intentional?
Alex Mashin (talk) 02:24, 23 July 2020 (UTC)

Reply to "Code after autoloaded class"
There are no older topics