Question
php5 static class method access syntax error
Dreamweaver is complaining about this syntax
$class = 'ClassName';
$class::method(); // static method
Is there a way to omit these error warnings?
Dreamweaver is complaining about this syntax
$class = 'ClassName';
$class::method(); // static method
Is there a way to omit these error warnings?
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.