RIGHT, I REALIZE THAT, THAT'S WHY I STATED BEFORE, FOR NON-STATIC VALUES:
So... basically a Constructor is used to initialize variables to a NON-STATIC value ( I see no value of using it to initialize static values, cause you can do that when you declare the vars in your var $varname statement. )
Now, I ask AGAIN:
So... basically a Constructor is used to initialize variables to a NON-STATIC value ( I see no value of using it to initialize static values, cause you can do that when you declare the vars in your var $varname statement. )
OR
To call another object or method when the current object is created.
Yes? Is this pretty much the case across all languages out of curiosity? Any other purposes?