breaks in strict mode
-
you don’t need to have 2 constructors
// function SyntaxHighlighter() {
// $this->__construct();
// }
function __construct() {
$this->init(__FILE__);
The topic ‘breaks in strict mode’ is closed to new replies.
you don’t need to have 2 constructors
// function SyntaxHighlighter() {
// $this->__construct();
// }
function __construct() {
$this->init(__FILE__);
The topic ‘breaks in strict mode’ is closed to new replies.