PHP Strict error
-
Hi,
I’m receiving a PHP Strict error in my error log (PHP 5.4)
Changing the order of the __construct() and Members_Load() functions prevents the error…
class Members_Load { function __construct() { /* code */ } function Members_Load() { /* code */ } }
- The topic ‘PHP Strict error’ is closed to new replies.