A simple PHP problem I couldn't find the answer to.
Is it possible to call a function from the "__construct()"?
For example if I use the My_Controller solution here. If I add my own function below, like if I have a more advanced auth, can I call it from the construct?
Yes, using the format $this->myNewFunction();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With